MCPcopy Create free account
hub / github.com/clrxbl/blockgametracker / pushBody

Struct pushBody

internal/queue/client.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type pushBody struct {
35 Body string `json:"body"`
36 ContentType string `json:"content_type"`
37}
38
39// Push sends a single message to the queue. The body is base64-encoded and
40// sent with content_type=bytes so the consumer receives the raw flatbuffers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected