Documentation
¶
Index ¶
- Constants
- func BuildParamKey(paramSpace string, key []byte) []byte
- type Mapper
- func (mapper *Mapper) Copy() mapper.IMapper
- func (mapper Mapper) GetModuleParamSet(module string) (set qtypes.ParamSet, exists bool)
- func (mapper Mapper) GetModuleParams(module string) (set qtypes.ParamSet, exists bool)
- func (mapper Mapper) GetParam(paramSpace string, key string) (value interface{}, exists bool)
- func (mapper Mapper) GetParamSet(params qtypes.ParamSet)
- func (mapper Mapper) GetParams() (params []qtypes.ParamSet)
- func (mapper Mapper) RegisterParamSet(ps ...qtypes.ParamSet)
- func (mapper Mapper) SetParam(paramSpace string, key string, value interface{})
- func (mapper Mapper) SetParamSet(params qtypes.ParamSet)
- func (mapper Mapper) Validate(paramSpace string, key string, value string) btypes.Error
Constants ¶
View Source
const MapperName = "params"
Variables ¶
This section is empty.
Functions ¶
func BuildParamKey ¶
Types ¶
type Mapper ¶
type Mapper struct {
*mapper.BaseMapper
// contains filtered or unexported fields
}
func (Mapper) GetModuleParamSet ¶
func (Mapper) GetModuleParams ¶
func (Mapper) GetParamSet ¶
func (Mapper) RegisterParamSet ¶
func (Mapper) SetParamSet ¶
Click to show internal directories.
Click to hide internal directories.