status-go/protocol/requests/switch_fleet.go
frank 735a422230
chore_: create v2 endpoints for status.go to solve EndpointsUnsupported in endpoints.go (#5943)
* chore_: create v2 endpoints for status.go to use status-backend server

* feat_: support using http for media server (#6060)
2024-11-19 09:31:29 +00:00

7 lines
119 B
Go

package requests
type SwitchFleet struct {
Fleet string `json:"fleet"`
ConfigJSON string `json:"configJSON"`
}