syntax = "proto3"; option go_package = "./pb"; package pb; message ServerGroup { int64 id = 1; string name = 2; int64 userId = 3; }