Documentation ¶
Overview ¶
Code generated from Pkl module `LogConfig`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeFormat ¶
type TimeFormat string
const ( RFC3339 TimeFormat = "RFC3339" Unix TimeFormat = "Unix" UnixMs TimeFormat = "UnixMs" UnixMicro TimeFormat = "UnixMicro" UnixNano TimeFormat = "UnixNano" )
func (TimeFormat) String ¶
func (rcv TimeFormat) String() string
String returns the string representation of TimeFormat
func (*TimeFormat) UnmarshalBinary ¶
func (rcv *TimeFormat) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for TimeFormat.
Click to show internal directories.
Click to hide internal directories.