Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig(AConfig any)
Types ¶
type AppApplication ¶
type AppApplication struct {
Name string `yaml:"name"`
}
type AppProfile ¶
type AppProfile struct {
Active string `yaml:"active"`
}
type AppSpring ¶
type AppSpring struct {
Application AppApplication `yaml:"application"`
Profiles AppProfile `yaml:"profiles"`
}
Click to show internal directories.
Click to hide internal directories.