Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
Path string
Name string
FileType string
Profile string
ConfigType interface{}
}
func (*Builder) BuildWithProfile ¶ added in v0.2.0
build config file
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
Source Files
¶
- builder.go
- errors.go
Click to show internal directories.
Click to hide internal directories.