metadata

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {

	// DoList implements List via function
	DoList func(path metadata.Path) (child []string, err error)

	// DoGet implements Get via function
	DoGet func(path metadata.Path) (value *types.Any, err error)
}

Plugin implements metadata.Plugin

func (*Plugin) Get

func (t *Plugin) Get(path metadata.Path) (value *types.Any, err error)

Get gets the value

func (*Plugin) List

func (t *Plugin) List(path metadata.Path) (child []string, err error)

List lists the child nodes under path

Jump to

Keyboard shortcuts

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