| 32 | } |
| 33 | |
| 34 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected