domain

package
v0.50.1 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DomainConfig

type DomainConfig struct {
	Environments map[string]Environment `mapstructure:"environments" yaml:"environments"`
}

DomainConfig represents the parsed and validated domain configuration.

func Load

func Load(filePath string) (*DomainConfig, error)

Load loads domain configuration from a YAML file.

type Environment

type Environment struct {
	NetworkTypes []string `mapstructure:"network_types" yaml:"network_types"`
}

Environment represents a single environment configuration.

Jump to

Keyboard shortcuts

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