Documentation
¶
Index ¶
- type Client
- func (g *Client) CreateTag(ctx context.Context, tag string) error
- func (g *Client) GetCurrentBranch(ctx context.Context) (string, error)
- func (g *Client) GetRepoRoot(ctx context.Context) (string, error)
- func (g *Client) GetTags(ctx context.Context) ([]string, error)
- func (g *Client) PushTag(ctx context.Context, tag string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements Interface
func NewGitClient ¶
func (*Client) GetCurrentBranch ¶
Click to show internal directories.
Click to hide internal directories.