Documentation
ΒΆ
Index ΒΆ
Constants ΒΆ
View Source
const ( PathFieldName = "config.path" NameFieldName = "config.name" TypeFieldName = "config.type" EnvKeyReplaceFromFieldName = "config.env.replace.from" EnvKeyReplaceToFieldName = "config.env.replace.to" PathDefault = "." NameDefault = "config" TypeDefault = "yaml" EnvKeyReplaceFromDefault = "." EnvKeyReplaceToDefault = "_" )
Variables ΒΆ
This section is empty.
Functions ΒΆ
Types ΒΆ
type Config ΒΆ
type Config struct {
Path string
Name string
Type string
EnvKeyReplaceFrom string
EnvKeyReplaceTo string
}
func Configuration ΒΆ
type Decorator ΒΆ
func NewDecorator ΒΆ
func NewDecorator() *Decorator
func (*Decorator) GetFloat32 ΒΆ
func (*Decorator) ReadConfig ΒΆ
Click to show internal directories.
Click to hide internal directories.