Documentation ¶
Overview ¶
Code generated from Pkl module `appConfig.pkl`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerLevel ¶
type LoggerLevel string
const ( DEBUG LoggerLevel = "DEBUG" INFO LoggerLevel = "INFO" WARN LoggerLevel = "WARN" ERROR LoggerLevel = "ERROR" FATAL LoggerLevel = "FATAL" PANIC LoggerLevel = "PANIC" Disabled LoggerLevel = "Disabled" TRACE LoggerLevel = "TRACE" )
func (LoggerLevel) String ¶
func (rcv LoggerLevel) String() string
String returns the string representation of LoggerLevel
func (*LoggerLevel) UnmarshalBinary ¶
func (rcv *LoggerLevel) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for LoggerLevel.
Click to show internal directories.
Click to hide internal directories.