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

Struct AmqpMessage

shared/contracts/amqp.go:4–7  ·  view source on GitHub ↗

AmqpMessage is the message structure for AMQP.

Source from the content-addressed store, hash-verified

2
3// AmqpMessage is the message structure for AMQP.
4type AmqpMessage struct {
5 OwnerID string `json:"ownerId"`
6 Data []byte `json:"data"`
7}
8
9// Routing keys - using consistent event/command patterns
10const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected