server.go

1package proto
2
3// ServerControl represents a server control request.
4type ServerControl struct {
5	Command string `json:"command"`
6}