MCPcopy Create free account
hub / github.com/ChappIO/git-backup / GitLabConfig

Struct GitLabConfig

gitlab.go:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type GitLabConfig struct {
13 URL string `yaml:"url,omitempty"`
14 JobName string `yaml:"job_name"`
15 AccessToken string `yaml:"access_token"`
16 Starred *bool `yaml:"starred,omitempty"`
17 Member *bool `yaml:"member,omitempty"`
18 Owned *bool `yaml:"owned,omitempty"`
19 Exclude []string `yaml:"exclude,omitempty"`
20 Repositories []string `yaml:"repositories,omitempty"`
21 client *gitlab.Client
22}
23
24func (g *GitLabConfig) GetName() string {
25 return g.JobName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected