jconf

package
v0.0.0-...-2e4edee Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2022 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewJsonConf

func NewJsonConf() (jsonconf map[string]*JsonConf, err error)

Types

type JconfDtype

type JconfDtype uint8
const (
	JSON_CONF_DATA_TYPE_STRING JconfDtype = iota
	JSON_CONF_DATA_TYPE_INT
	JSON_CONF_DATA_TYPE_FLOAT
	JSON_CONF_DATA_TYPE_BOOL
	JSON_CONF_DATA_TYPE_ENUM
	JSON_CONF_DATA_TYPE_NODE
)

type JsonConf

type JsonConf struct {
	String string // the value, string
	Int    int64
	Float  float64
	Bool   bool

	Node map[string]*JsonConf
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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