Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AccessLevels = struct { PUBLIC int ALL_USERS int SPECIFIC_GROUPS int }{ PUBLIC: 0, ALL_USERS: 1, SPECIFIC_GROUPS: 2, }
Functions ¶
This section is empty.
Types ¶
type ConfigViper ¶
type ConfigViper struct {
// contains filtered or unexported fields
}
func NewConfigViper ¶
func NewConfigViper(flags RunFlags) (*ConfigViper, error)
func (*ConfigViper) ExecutableFolder ¶
func (c *ConfigViper) ExecutableFolder() string
func (*ConfigViper) GetString ¶
func (c *ConfigViper) GetString(key string) string
func (*ConfigViper) Logger ¶
func (c *ConfigViper) Logger() *Logger
Click to show internal directories.
Click to hide internal directories.