Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PullCommand ¶
type PullCommand interface {
Command
}
func NewPullCommand ¶
func NewPullCommand(repo repository.Repository, optFns ...func(o *options)) PullCommand
type PushCommand ¶
type PushCommand interface {
Command
}
func NewPushCommand ¶
func NewPushCommand(repo repository.Repository, optFns ...func(o *options)) PushCommand
type RootCommand ¶
type RootCommand interface {
Command
}
func NewRootCommand ¶
func NewRootCommand(repo repository.Repository, optFns ...func(o *options)) RootCommand
type VersionCommand ¶
type VersionCommand interface {
Command
}
func NewVersionCommand ¶
func NewVersionCommand(repo repository.Repository, optFns ...func(o *options)) VersionCommand
Click to show internal directories.
Click to hide internal directories.