config

package
v0.0.0-...-dd21589 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigFloat64

type ConfigFloat64 float64

func FromFloat64

func FromFloat64(val float64) *ConfigFloat64

func (*ConfigFloat64) Value

func (ci *ConfigFloat64) Value() float64

type ConfigFloat64IOCInterface

type ConfigFloat64IOCInterface interface {
	Value() float64
	// contains filtered or unexported methods
}

type ConfigInt

type ConfigInt int

func FromInt

func FromInt(val int) *ConfigInt

func (*ConfigInt) Value

func (ci *ConfigInt) Value() int

type ConfigInt64

type ConfigInt64 int64

func FromInt64

func FromInt64(val int64) *ConfigInt64

func (*ConfigInt64) Value

func (ci *ConfigInt64) Value() int64

type ConfigInt64IOCInterface

type ConfigInt64IOCInterface interface {
	Value() int64
	// contains filtered or unexported methods
}

type ConfigIntIOCInterface

type ConfigIntIOCInterface interface {
	Value() int
	// contains filtered or unexported methods
}

type ConfigMap

type ConfigMap map[string]interface{}

func FromMap

func FromMap(val map[string]interface{}) *ConfigMap

func (*ConfigMap) Value

func (ci *ConfigMap) Value() map[string]interface{}

type ConfigMapIOCInterface

type ConfigMapIOCInterface interface {
	Value() map[string]interface{}
	// contains filtered or unexported methods
}

type ConfigSlice

type ConfigSlice []interface{}

func FromSlice

func FromSlice(val []interface{}) *ConfigSlice

func (*ConfigSlice) Value

func (cs *ConfigSlice) Value() []interface{}

type ConfigSliceIOCInterface

type ConfigSliceIOCInterface interface {
	Value() []interface{}
	// contains filtered or unexported methods
}

type ConfigString

type ConfigString string

func FromString

func FromString(val string) *ConfigString

func (*ConfigString) Value

func (ci *ConfigString) Value() string

type ConfigStringIOCInterface

type ConfigStringIOCInterface interface {
	Value() string
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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