Documentation
¶
Index ¶
- func IsGitRepository(path string) bool
- type Client
- func (c *Client) CreateCommit(files []string, message string) error
- func (c *Client) CreateTag(tag, message string) error
- func (c *Client) ExtractVersionFromTag(tag string) (string, error)
- func (c *Client) GetCommits(from, to string) ([]*CommitInfo, error)
- func (c *Client) GetLatestTag() (string, error)
- type CommitInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsGitRepository ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ExtractVersionFromTag ¶
func (*Client) GetCommits ¶
func (c *Client) GetCommits(from, to string) ([]*CommitInfo, error)
func (*Client) GetLatestTag ¶
Click to show internal directories.
Click to hide internal directories.