package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Feb 27, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
internal/infrastructure/config/config.go
type Config struct {
GitLabURL string `yaml:"gitlab_url"`
Token string `yaml:"token"`
Projects []string `yaml:"projects"`
RefreshInterval time.Duration `yaml:"refresh_interval"`
PipelineLimit int `yaml:"pipeline_limit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.