Documentation
¶
Index ¶
- Variables
- type CreateApplicationParams
- type CreateDomainParams
- type CreateEntryPointParams
- type CreateInfraParams
- type CreatePackageParams
- type CreateServiceParams
- type DoctorResult
- type ErrFormatGoFile
- type ErrInitGoModule
- type ErrInvalidPortName
- type ErrTemplateCanNotExecute
- type InitNewProjectParams
- type Tool
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRunnerNotImplemented = errors.New("runner not implemented") ErrDirMustBeFolder = errors.New("dir must be folder") ErrDomainNotFound = errors.New("domain not found") ErrInvalidInstanceName = errors.New("invalid instance name") ErrInvalidPkgName = errors.New("invalid pkg name") ErrInvalidCmdName = errors.New("invalid cmd name") ErrTemplateCanNotParsed = errors.New("template can not parsed") ErrAlreadyExist = errors.New("already exist") ErrSuppressed = errors.New("") )
Functions ¶
This section is empty.
Types ¶
type CreateApplicationParams ¶
type CreateDomainParams ¶
type CreateDomainParams struct {
DomainName string
}
type CreateEntryPointParams ¶
type CreateEntryPointParams struct {
PackageName string
}
type CreateInfraParams ¶
type CreatePackageParams ¶
type CreateServiceParams ¶
type DoctorResult ¶
type ErrFormatGoFile ¶
type ErrFormatGoFile struct {
Message string
}
func (ErrFormatGoFile) Error ¶
func (e ErrFormatGoFile) Error() string
type ErrInitGoModule ¶
type ErrInitGoModule struct {
Message string
}
func (ErrInitGoModule) Error ¶
func (e ErrInitGoModule) Error() string
type ErrInvalidPortName ¶ added in v0.1.0
type ErrInvalidPortName struct {
PortName string
}
func (ErrInvalidPortName) Error ¶ added in v0.1.0
func (e ErrInvalidPortName) Error() string
type ErrTemplateCanNotExecute ¶
type ErrTemplateCanNotExecute struct {
Message string
}
func (ErrTemplateCanNotExecute) Error ¶
func (e ErrTemplateCanNotExecute) Error() string
type InitNewProjectParams ¶
Click to show internal directories.
Click to hide internal directories.