Documentation ¶
Index ¶
- type App
- type Builder
- func (b *Builder) Build(profiles ...string) (interface{}, error)
- func (b *Builder) BuildWithProfile() (interface{}, error)
- func (b *Builder) Init() error
- func (b *Builder) New(name string) *viper.Viper
- func (b *Builder) Read(name string) (interface{}, error)
- func (b *Builder) Save(p interface{}) error
- type Configuration
- type Env
- type InvalidControllerError
- type Logging
- type NotFoundError
- type Profiles
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type Builder ¶
type Builder struct { Path string Name string FileType string Profile string ConfigType interface{} }
func (*Builder) Build ¶
build config file
func (*Builder) BuildWithProfile ¶ added in v0.2.0
build config file
type Configuration ¶
type InvalidControllerError ¶
type InvalidControllerError struct {
Name string
}
func (*InvalidControllerError) Error ¶
func (e *InvalidControllerError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Name string
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type Profiles ¶
Click to show internal directories.
Click to hide internal directories.