Documentation
¶
Index ¶
- func Main(c *cli.Context) error
- type GitLabRepository
- func (repo *GitLabRepository) CreateRelease(release *provider.CreateReleaseConfig) error
- func (repo *GitLabRepository) GetCommits(sha string) ([]*semrel.RawCommit, error)
- func (repo *GitLabRepository) GetInfo() (*provider.RepositoryInfo, error)
- func (repo *GitLabRepository) GetReleases(rawRe string) ([]*semrel.Release, error)
- func (repo *GitLabRepository) Init(config map[string]string) error
- func (repo *GitLabRepository) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitLabRepository ¶
type GitLabRepository struct {
// contains filtered or unexported fields
}
func (*GitLabRepository) CreateRelease ¶
func (repo *GitLabRepository) CreateRelease(release *provider.CreateReleaseConfig) error
func (*GitLabRepository) GetCommits ¶
func (repo *GitLabRepository) GetCommits(sha string) ([]*semrel.RawCommit, error)
func (*GitLabRepository) GetInfo ¶
func (repo *GitLabRepository) GetInfo() (*provider.RepositoryInfo, error)
func (*GitLabRepository) GetReleases ¶
func (repo *GitLabRepository) GetReleases(rawRe string) ([]*semrel.Release, error)
func (*GitLabRepository) Name ¶
func (repo *GitLabRepository) Name() string
Click to show internal directories.
Click to hide internal directories.