Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
GitLab GitLabConfig `json:"gitlab"`
}
Config represents the overall configuration for the dpfdev tool
func LoadConfig ¶
LoadConfig loads the configuration from the specified file
type GitLabConfig ¶
type GitLabConfig struct {
Endpoint string `json:"endpoint"`
ProjectID string `json:"projectID"`
JobHistoryFile string `json:"jobHistoryFile"`
}
GitLabConfig represents GitLab-specific configuration
Click to show internal directories.
Click to hide internal directories.