typ

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2023 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value

type Value struct {
	Data map[string]interface{}
	// contains filtered or unexported fields
}

func NewValue

func NewValue(v ...map[string]interface{}) *Value

func (*Value) Bool

func (v *Value) Bool() bool

func (*Value) Float64

func (v *Value) Float64() float64

func (*Value) Get

func (v *Value) Get(key string) *Value

func (*Value) Has

func (v *Value) Has(key string) bool

func (*Value) Int

func (v *Value) Int() int

func (*Value) Int64

func (v *Value) Int64() int64

func (*Value) Set

func (v *Value) Set(key string, value interface{})

func (*Value) String

func (v *Value) String() string

Jump to

Keyboard shortcuts

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