Documentation
¶
Index ¶
- Constants
- func DefaultService() service.Service
- func FromFile(filename string) (service.Service, error)
- func ReplaceWizard(config ConstructorConfig) (service.Service, error)
- func ValidatePort(p service.Port) error
- func ValidateService(service service.Service) error
- func Wizard(config ConstructorConfig) (service.Service, error)
- type ConstructorConfig
Constants ¶
View Source
const (
ErrInvalidPort chkitErrors.Err = "invalid port"
)
View Source
const (
ErrInvalidService chkitErrors.Err = "invalid service"
)
Variables ¶
This section is empty.
Functions ¶
func DefaultService ¶
func ReplaceWizard ¶
func ReplaceWizard(config ConstructorConfig) (service.Service, error)
func ValidatePort ¶
func ValidateService ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.