Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExistWorkDir ¶
Types ¶
type Infrastructure ¶
type Infrastructure interface { Name() string WorkDir() string Provider() string //Build() error Create() error }
func New ¶
func New(path string) (Infrastructure, error)
type Initializer ¶
type Initializer interface {
Init() error
}
func NewInitializer ¶
func NewInitializer(path string) (Initializer, error)
Click to show internal directories.
Click to hide internal directories.