syntax = "proto3"; option go_package = "./pb"; package pb; // 统计看板 message ServerStatBoard { int64 id = 1; string name = 2; bool isOn = 3; }