Documentation
¶
Index ¶
- Variables
- type Transport
- func (t *Transport) AddCommitPush(ctx context.Context, branch, title, description string) error
- func (t *Transport) Auth() *url.Userinfo
- func (t *Transport) CheckoutBranch(ctx context.Context, branch string) error
- func (t *Transport) Path() string
- func (t *Transport) Refresh(ctx context.Context, branch string) error
- func (t *Transport) URL() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAlreadyExists = errors.New("repo already exists") ErrNoChange = errors.New("repo does not contain changes") )
View Source
var Tag = "gitgo"
tag is used in the version flag output
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
func (*Transport) AddCommitPush ¶
func (*Transport) CheckoutBranch ¶
Click to show internal directories.
Click to hide internal directories.