server.go

1package proto
2
3type ServerControl struct {
4	Command string `json:"command"`
5}