config

package
v0.0.0-...-4499c7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

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

func LoadConfig(configFile string) (*Config, error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL