Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Git ¶
Git is deployment of git repository
type Method ¶
type Method interface {
Create(ctx *cli.Context) (Method, error)
Do() error
Command() cli.Command
String() string
}
Method define deploy method behavior
Click to show internal directories.
Click to hide internal directories.