Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogFormat ¶
type LogFormat struct { Level string `json:"level,omitempty"` Timestamp *time.Time `json:"timestamp,omitempty"` Cursor string `json:"cursor,omitempty"` Message interface{} `json:"message,omitempty"` Data interface{} `json:"structure_data,omitempty"` StructName string `json:"structure_name,omitempty"` // contains filtered or unexported fields }
func NewLogFormat ¶
Click to show internal directories.
Click to hide internal directories.