config

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Connectors []ConnectorConfig `yaml:"connectors"`
}

func LoadConfiguration

func LoadConfiguration(path string) (*Configuration, error)

func (*Configuration) Validate

func (c *Configuration) Validate() error

type ConnectorConfig

type ConnectorConfig struct {
	Type       string `yaml:"type"`
	Executable string `yaml:"executable,omitempty"`
	Path       string `yaml:"path"`
}

Jump to

Keyboard shortcuts

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