Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Name = "dsds"
Functions ¶
Types ¶
type MyTest ¶
type MyTest struct {
Problem1 struct {
I interface{}
S struct{}
}
App struct {
// LogLevel
LogLevel string `yaml:"log_level" env-default:"info"` // 2 text
Name string `yaml:"name" env-default:"ms-sso"`
IsProduction bool `yaml:"is_production" env:"IS_PRODUCTION" yaml-default:"true"`
TimeToConfirmRegistration time.Duration `yaml:"tim_to_confirm_registration" env-required:"24h"`
} `yaml:"app"`
// contains filtered or unexported fields
} /* some text
dsdsd
dsds
*/
Test comment
Click to show internal directories.
Click to hide internal directories.