Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageState ¶
type MessageStateCarrier ¶
type MessageStateCarrier struct {
// contains filtered or unexported fields
}
func NewMessageStateCarrier ¶
func NewMessageStateCarrier(state MessageState) *MessageStateCarrier
func (MessageStateCarrier) Get ¶
func (hc MessageStateCarrier) Get(key string) string
Get returns the value associated with the passed key.
func (MessageStateCarrier) Keys ¶
func (hc MessageStateCarrier) Keys() []string
Keys lists the keys stored in this carrier.
func (MessageStateCarrier) Set ¶
func (hc MessageStateCarrier) Set(key string, value string)
Set stores the key-value pair.
Click to show internal directories.
Click to hide internal directories.