genmap

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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 FromMap

func FromMap(m map[string]interface{}) *Genmap

func FromRawStruct

func FromRawStruct(i interface{}) *Genmap

func (Genmap) GetFloat32

func (g Genmap) GetFloat32(path string) float32

func (Genmap) GetFloat64

func (g Genmap) GetFloat64(path string) float64

func (Genmap) GetInt

func (g Genmap) GetInt(path string) int

func (Genmap) GetString

func (g Genmap) GetString(path string) string

func (Genmap) GetUint32

func (g Genmap) GetUint32(path string) uint32

func (*Genmap) Set

func (g *Genmap) Set(path string, value interface{})

func (*Genmap) ToMap

func (g *Genmap) ToMap() map[string]interface{}

type IMapper

type IMapper interface {
	Map() map[string]interface{}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL