Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitAdd ¶
type GitAdd struct {
}
GitAdd ... 参考 https://git-scm.com/docs/git-add
func (*GitAdd) GetHandlers ¶
func (inst *GitAdd) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitCmd ¶
type GitCmd struct {
}
GitCmd ...
func (*GitCmd) GetHandlers ¶
func (inst *GitCmd) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitCommit ¶
type GitCommit struct {
}
GitCommit ... 参考 https://git-scm.com/docs/git-commit
func (*GitCommit) GetHandlers ¶
func (inst *GitCommit) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitExample ¶
type GitExample struct {
}
GitExample ... 参考 https://git-scm.com/docs/git-example
func (*GitExample) GetHandlers ¶
func (inst *GitExample) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitFetch ¶ added in v0.0.7
type GitFetch struct {
}
GitFetch ... 参考 https://git-scm.com/docs/git-fetch
func (*GitFetch) GetHandlers ¶ added in v0.0.7
func (inst *GitFetch) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitInit ¶
type GitInit struct {
}
GitInit ... 参考 https://git-scm.com/docs/git-init
func (*GitInit) GetHandlers ¶
func (inst *GitInit) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitPush ¶
type GitPush struct {
}
GitPush ... 参考 https://git-scm.com/docs/git-push
func (*GitPush) GetHandlers ¶
func (inst *GitPush) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type GitStatus ¶
type GitStatus struct {
}
GitStatus ... 参考 https://git-scm.com/docs/git-status
func (*GitStatus) GetHandlers ¶
func (inst *GitStatus) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
Click to show internal directories.
Click to hide internal directories.