Documentation
¶
Index ¶
Constants ¶
View Source
const (
CA_PATH = "ca/ca.crt"
)
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
func NewProvider(token string, codeRepoProvider nautescrd.CodeRepoProvider, cfg nautescfg.Config) (baseinterface.ProductProvider, error)
Types ¶
type GitLab ¶
type GitLab struct {
*gitlab.Client
DefaultProjectName string
// contains filtered or unexported fields
}
func (*GitLab) GetCodeRepoProvider ¶ added in v0.3.0
func (g *GitLab) GetCodeRepoProvider(ctx context.Context) (baseinterface.CodeRepoProvider, error)
func (*GitLab) GetProductMeta ¶
func (g *GitLab) GetProductMeta(ctx context.Context, ID string) (baseinterface.ProductMeta, error)
Click to show internal directories.
Click to hide internal directories.