Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NatsMessageCarrier ¶
type NatsMessageCarrier struct {
// contains filtered or unexported fields
}
func NewNatsMessageCarrier ¶
func NewNatsMessageCarrier(msg *infra.NatsMessage) NatsMessageCarrier
func (NatsMessageCarrier) Get ¶
func (p NatsMessageCarrier) Get(key string) string
func (NatsMessageCarrier) Keys ¶
func (p NatsMessageCarrier) Keys() []string
func (NatsMessageCarrier) Set ¶
func (p NatsMessageCarrier) Set(key, val string)
Click to show internal directories.
Click to hide internal directories.