Documentation
¶
Index ¶
- type Genmap
- func (g Genmap) GetFloat32(path string) float32
- func (g Genmap) GetFloat64(path string) float64
- func (g Genmap) GetInt(path string) int
- func (g Genmap) GetString(path string) string
- func (g Genmap) GetUint32(path string) uint32
- func (g *Genmap) Set(path string, value interface{})
- func (g *Genmap) ToMap() map[string]interface{}
- type IMapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Genmap ¶
type Genmap struct {
// contains filtered or unexported fields
}
func FromRawStruct ¶
func FromRawStruct(i interface{}) *Genmap
func (Genmap) GetFloat32 ¶
func (Genmap) GetFloat64 ¶
Click to show internal directories.
Click to hide internal directories.