This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/protos/model_admin.proto
T

11 lines
153 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
message Admin {
int64 id = 1;
string fullname = 2;
string username = 3;
bool isOn = 4;
}