7 lines
119 B
Go
7 lines
119 B
Go
|
package requests
|
||
|
|
||
|
type SwitchFleet struct {
|
||
|
Fleet string `json:"fleet"`
|
||
|
ConfigJSON string `json:"configJSON"`
|
||
|
}
|