Documentation
¶
Index ¶
- func GetGitlabToken(gitlabHost string) (string, error)
- func ProcessPipeline(ctx context.Context, client *gitlab.Client, projectId string, pipelineId int, ...) (string, error)
- func RunListPipelines(ctx context.Context, client *gitlab.Client, projectId string, ...) error
- func SetupOTelSDK(ctx context.Context) (shutdown func(context.Context) error, err error)
- type GlabConfig
- type GlabHostConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGitlabToken ¶
func ProcessPipeline ¶
func RunListPipelines ¶
Types ¶
type GlabConfig ¶
type GlabConfig struct {
Hosts map[string]GlabHostConfig `yaml:"hosts"`
}
type GlabHostConfig ¶
type GlabHostConfig struct {
Token string `yaml:"token"`
}
Click to show internal directories.
Click to hide internal directories.