config

package
v2.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(config interface{}) error

Load loads config from ENV config or arguments config.

func LoadAndValidateConfig

func LoadAndValidateConfig(v Validator) error

func Parse

func Parse(data []byte, config interface{}) error

Parse parse bytes to config

func Read

func Read(filename string, config interface{}) error

Read reads config from file.

func ToString

func ToString(config interface{}) string

ToString returns string representation of Config

Types

type ConfigPath

type ConfigPath struct {
	ConfigPath string `long:"config" description:"yaml config file path"`
}

type Validator

type Validator interface {
	Validate() error
}

Directories

Path Synopsis
property

Jump to

Keyboard shortcuts

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