node

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2014 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Directory

type Directory map[string][]Node

func NewDirectory

func NewDirectory() Directory

func (Directory) Add

func (d Directory) Add(key string, node Node)

Add.

func (Directory) Get

func (d Directory) Get(key string) []Node

Get.

func (Directory) Set

func (d Directory) Set(key string, nodes []Node)

Set.

type Node

type Node struct {
	Key   string
	Value interface{}
}

Jump to

Keyboard shortcuts

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