Documentation ¶
Index ¶
- Variables
- type GitLabRepository
- func (repo *GitLabRepository) CreateRelease(release *provider.CreateReleaseConfig) error
- func (repo *GitLabRepository) GetCommits(fromSha, toSha 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
- func (repo *GitLabRepository) Version() string
Constants ¶
This section is empty.
Variables ¶
View Source
var PVERSION = "dev"
Functions ¶
This section is empty.
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(fromSha, toSha 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
func (*GitLabRepository) Version ¶ added in v1.2.0
func (repo *GitLabRepository) Version() string
Click to show internal directories.
Click to hide internal directories.