general

package
v0.0.0-...-9b5a675 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2019 License: Apache-2.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extension

type Extension struct {
}

func (*Extension) DecoderOf

func (ext *Extension) DecoderOf(valType reflect.Type) spi.ValDecoder

func (*Extension) EncoderOf

func (ext *Extension) EncoderOf(valType reflect.Type) spi.ValEncoder

type List

type List []interface{}

func (List) Get

func (obj List) Get(path ...interface{}) interface{}

type Map

type Map map[interface{}]interface{}

func (Map) Get

func (obj Map) Get(path ...interface{}) interface{}

type Message

type Message struct {
	protocol.MessageHeader
	Arguments Struct
}

type Object

type Object interface {
	Get(path ...interface{}) interface{}
}

type Struct

type Struct map[protocol.FieldId]interface{}

func (Struct) Get

func (obj Struct) Get(path ...interface{}) interface{}

Jump to

Keyboard shortcuts

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