server.go 132 B

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