config

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	fx.Provide(config.NewConfig[Config]),
	config.Module,
	fx.Decorate(decorateConfig),
	fx.Provide(pipelineConfig),
)

Module for fx.

Functions

This section is empty.

Types

type Config

type Config struct {
	Pipeline       *pipeline.Config `yaml:"pipeline,omitempty" json:"pipeline,omitempty" toml:"pipeline,omitempty"`
	*config.Config `yaml:",inline" json:",inline" toml:",inline"`
}

Config for the client.

func (Config) Valid added in v0.12.0

func (c Config) Valid() error

Valid or error.

Jump to

Keyboard shortcuts

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