9 lines
115 B
Protocol Buffer
9 lines
115 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package api.v1;
|
|
|
|
option go_package = "models/v1";
|
|
|
|
message ServerStatus{
|
|
string status = 1;
|
|
} |