Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapStringInterface ¶
type MapStringInterface map[string]interface{}
MapStringInterface is a map that implements MarshalLogObject.
func (MapStringInterface) MarshalLogObject ¶
func (msi MapStringInterface) MarshalLogObject(enc zapcore.ObjectEncoder) error
MarshalLogObject implementation
type Strings ¶
type Strings []string
Strings is a string array that implements MarshalLogArray.
func (Strings) MarshalLogArray ¶
func (ss Strings) MarshalLogArray(enc zapcore.ArrayEncoder) error
MarshalLogArray implementation
Click to show internal directories.
Click to hide internal directories.