Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvVarCarrier ¶
type EnvVarCarrier struct {
Env *[]string
}
func (EnvVarCarrier) ForeachKey ¶
func (c EnvVarCarrier) ForeachKey(handler func(key string, val string) error) error
func (EnvVarCarrier) Set ¶
func (c EnvVarCarrier) Set(key string, value string)
type NATSCarrier ¶
func (NATSCarrier) ForeachKey ¶
func (c NATSCarrier) ForeachKey(handler func(key string, val string) error) error
func (NATSCarrier) Set ¶
func (c NATSCarrier) Set(key string, value string)
Click to show internal directories.
Click to hide internal directories.