Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
func ExecuteCommand(ctx ftp_context.Context, dir string, command string, arg ...string) (stdout []byte, stderr string, err ftp_context.LogErr)
Types ¶
type GitEngine ¶
type GitEngine struct {
// contains filtered or unexported fields
}
func (*GitEngine) Init ¶
func (gte *GitEngine) Init(ctx ftp_context.Context)
type GitStateStruct ¶
type GitStateStruct struct {
F filehandler.FileHash `json:"git_state"`
CommitMessage string `json:"commit_message"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.