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) New ¶
func (ci *ConfigFloat64) New(impl *ConfigFloat64) (*ConfigFloat64, error)
func (*ConfigFloat64) Value ¶
func (ci *ConfigFloat64) Value() float64
type ConfigFloat64IOCInterface ¶
type ConfigFloat64IOCInterface interface { Value() float64 New(impl *ConfigFloat64) (*ConfigFloat64, error) }
type ConfigInt64 ¶
type ConfigInt64 int64
func FromInt64 ¶
func FromInt64(val int64) *ConfigInt64
func (*ConfigInt64) New ¶
func (ci *ConfigInt64) New(impl *ConfigInt64) (*ConfigInt64, error)
func (*ConfigInt64) Value ¶
func (ci *ConfigInt64) Value() int64
type ConfigInt64IOCInterface ¶
type ConfigInt64IOCInterface interface { Value() int64 New(impl *ConfigInt64) (*ConfigInt64, error) }
type ConfigIntIOCInterface ¶
type ConfigMapIOCInterface ¶
type ConfigSlice ¶
type ConfigSlice []interface{}
func FromSlice ¶
func FromSlice(val []interface{}) *ConfigSlice
func (*ConfigSlice) New ¶
func (ci *ConfigSlice) New(impl *ConfigSlice) (*ConfigSlice, error)
func (*ConfigSlice) Value ¶
func (cs *ConfigSlice) Value() []interface{}
type ConfigSliceIOCInterface ¶
type ConfigSliceIOCInterface interface { Value() []interface{} New(impl *ConfigSlice) (*ConfigSlice, error) }
type ConfigString ¶
type ConfigString string
func FromString ¶
func FromString(val string) *ConfigString
func (*ConfigString) New ¶
func (ci *ConfigString) New(impl *ConfigString) (*ConfigString, error)
func (*ConfigString) Value ¶
func (ci *ConfigString) Value() string
type ConfigStringIOCInterface ¶
type ConfigStringIOCInterface interface { Value() string New(impl *ConfigString) (*ConfigString, error) }
Click to show internal directories.
Click to hide internal directories.