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 Bar ¶
type Bar struct { at.ContextAware Name string `json:"name" value:"bar"` }
type FooWithError ¶ added in v1.6.0
type FooWithError struct { at.ContextAware Name string `json:"name" value:"foo"` }
Click to show internal directories.
Click to hide internal directories.