Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogFileName = "log.file.name" LogFilePath = "log.file.path" LogFileNameResolved = "log.file.name_resolved" LogFilePathResolved = "log.file.path_resolved" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct { IncludeFileName bool `mapstructure:"include_file_name,omitempty"` IncludeFilePath bool `mapstructure:"include_file_path,omitempty"` IncludeFileNameResolved bool `mapstructure:"include_file_name_resolved,omitempty"` IncludeFilePathResolved bool `mapstructure:"include_file_path_resolved,omitempty"` }
Click to show internal directories.
Click to hide internal directories.