nesteddata

package
v0.0.0-...-ce71dfa Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2012 License: BSD-2-Clause-Views Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NestedData

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

func New

func New(n interface{}) *NestedData

func (*NestedData) All

func (n *NestedData) All() interface{}

func (*NestedData) Exists

func (n *NestedData) Exists(s ...string) bool

func (*NestedData) Get

func (n *NestedData) Get(s ...string) (interface{}, bool)

func (*NestedData) GetF

func (n *NestedData) GetF(s ...string) (float64, bool)

func (*NestedData) GetI

func (n *NestedData) GetI(s ...string) (int64, bool)

func (*NestedData) GetM

func (n *NestedData) GetM(s ...string) (map[string]interface{}, bool)

func (*NestedData) GetS

func (n *NestedData) GetS(s ...string) ([]interface{}, bool)

func (*NestedData) GetStr

func (n *NestedData) GetStr(s ...string) (string, bool)

Jump to

Keyboard shortcuts

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