MCPcopy Create free account
hub / github.com/and3rson/raid / StateResponse

Struct StateResponse

raid/api.go:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type StateResponse struct {
52 *State `json:"state"`
53 LastUpdate time.Time `json:"last_update"`
54}
55
56type PollResponse struct {
57 State State `json:"state"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected