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 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 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 }
Click to show internal directories.
Click to hide internal directories.