Documentation
¶
Index ¶
Constants ¶
View Source
const ( SelectPath = "selectPath" EstablishPath = "establishPath" MaskSelectPath = uint32(1) MaskEstablishPath = uint32(2) )
Variables ¶
This section is empty.
Functions ¶
func GetChannelMask ¶
Types ¶
type Context ¶
type Context interface {
pfxlog.Wirer
SetChannelsMask(s uint32)
GetChannelsMask() uint32
GetFields() map[string]interface{}
GetStringFields() map[string]string
WithFields(fields map[string]interface{}) Context
WithField(field string, value interface{}) Context
}
func NewContext ¶
func NewContext() Context
Click to show internal directories.
Click to hide internal directories.