DotAccessData

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bo

type Bo struct {
	// contains filtered or unexported fields
}

func FromJson

func FromJson(arg0 interface{}) Bo

func FromMap

func FromMap(arg0 interface{}) Bo

func FromYaml

func FromYaml(arg0 interface{}) Bo

func (Bo) GetBoolean

func (bo Bo) GetBoolean(path string, defaultValue ...bool) bool

func (Bo) GetDataSize

func (bo Bo) GetDataSize(path string) int64

func (Bo) GetDuration

func (bo Bo) GetDuration(path string) time.Duration

func (Bo) GetFloat

func (bo Bo) GetFloat(path string, defaultValue ...float64) float64

func (Bo) GetInt

func (bo Bo) GetInt(path string, defaultValue ...int) int

func (Bo) GetInt64

func (bo Bo) GetInt64(path string, defaultValue ...int64) int64

func (Bo) GetIntSlice

func (bo Bo) GetIntSlice(path string) []int

func (Bo) GetMap

func (bo Bo) GetMap(path string) map[string]interface{}

func (Bo) GetMapSlice

func (bo Bo) GetMapSlice(path string) []map[string]interface{}

func (Bo) GetSlice

func (bo Bo) GetSlice(path string) []interface{}

func (Bo) GetString

func (bo Bo) GetString(path string, defaultValue ...string) string

func (Bo) GetStringMap

func (bo Bo) GetStringMap(path string) map[string]string

func (Bo) GetStringSlice

func (bo Bo) GetStringSlice(path string) []string

func (Bo) IsEmpty

func (bo Bo) IsEmpty() bool

Jump to

Keyboard shortcuts

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