MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / WSDriverMessage

Struct WSDriverMessage

shared/contracts/ws.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type WSDriverMessage struct {
12 Type string `json:"type"`
13 Data json.RawMessage `json:"data"`
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected