Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewGitLabAPI ¶
func NewGitLabAPI(repo Repository, repoFile RepositoryFile) *API
func (*API) CompareDiff ¶
type Repository ¶
type Repository interface {
Compare(pid interface{}, opt *gitlab.CompareOptions, options ...gitlab.RequestOptionFunc) (*gitlab.Compare, *gitlab.Response, error)
}
type RepositoryFile ¶
Click to show internal directories.
Click to hide internal directories.