Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
func CreateBroker ¶
func (*Broker) ReadRequest ¶
func (s *Broker) ReadRequest(ctx context.Context) (json.RawMessage, func(json.RawMessage) error, error)
func (*Broker) WriteRequest ¶
type RedisRequest ¶
type RedisRequest struct { ReplyChannel string `json:"r"` Message json.RawMessage `json:"msg"` }
Click to show internal directories.
Click to hide internal directories.