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"`
FileTree filehandler.FileTreeStruct `json:"file_tree"`
CommitMessage string `json:"commit_message"`
// contains filtered or unexported fields
}
func (*GitStateStruct) HashEngine ¶
func (g *GitStateStruct) HashEngine(ctx ftp_context.Context, n int) <-chan ftp_context.LogErr
Click to show internal directories.
Click to hide internal directories.