Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuth ¶
BasicAuth provides information for basic authentication. The expected format is Username as username and Password is usually a token.
type Git ¶
type Git interface {
Push(ctx context.Context, opts *PushOptions) (string, error)
}
Git defines an interface to abstract git operations.
Click to show internal directories.
Click to hide internal directories.