Documentation
¶
Index ¶
- func FileAbsPath(path string) string
- func InjectPopulate(values ...interface{})
- func TextTemplateMustParse(text string, data interface{}) (result string)
- func ValueIndirect(val reflect.Value) reflect.Value
- type Map
- func (m Map) GetBool(key string) bool
- func (m Map) GetInt(key string) int
- func (m Map) GetInt64(key string) int64
- func (m Map) GetString(key string) string
- func (m Map) MarshalBinary() (data []byte, err error)
- func (m Map) MergeTo(mp Map)
- func (m Map) ToBean(bean interface{}) (err error)
- func (m *Map) UnmarshalBinary(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TextTemplateMustParse ¶ added in v2.0.2
TextTemplateMustParse ...
Types ¶
type Map ¶ added in v2.0.2
type Map map[string]interface{}
Map ...
func (Map) MarshalBinary ¶ added in v2.0.2
MarshalBinary ...
func (*Map) UnmarshalBinary ¶ added in v2.0.2
UnmarshalBinary ...
Click to show internal directories.
Click to hide internal directories.