Documentation ¶
Index ¶
Constants ¶
View Source
const Profile string = "config"
Variables ¶
View Source
var ErrFoo = errors.New("foo with error")
Functions ¶
This section is empty.
Types ¶
type BazConfig ¶ added in v1.8.0
type BazConfig struct { at.ConditionalOnField `value:"Name"` Name string `json:"name"` }
type FooBar ¶ added in v1.8.0
type FooBar struct { at.ContextAware Name string `json:"name" value:"foobar"` }
type FooWithError ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.