README ¶ Fractal-Tree-Index-Go WIP License Copyright (c) 2016 Gautier TANGUY MIT License Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Error func (e *Error) Error() string func (e *Error) Temporary() bool type Tree func (t *Tree) Delete(key string) *Error func (t *Tree) Get(key string) ([]byte, *Error) func (t *Tree) Init(initMemArrayLen uint64) func (t *Tree) Insert(key string, value []byte) *Error func (t *Tree) Print() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Error ¶ type Error struct { // contains filtered or unexported fields } func (*Error) Error ¶ func (e *Error) Error() string func (*Error) Temporary ¶ func (e *Error) Temporary() bool type Tree ¶ type Tree struct { // contains filtered or unexported fields } func (*Tree) Delete ¶ func (t *Tree) Delete(key string) *Error func (*Tree) Get ¶ func (t *Tree) Get(key string) ([]byte, *Error) func (*Tree) Init ¶ func (t *Tree) Init(initMemArrayLen uint64) func (*Tree) Insert ¶ func (t *Tree) Insert(key string, value []byte) *Error func (*Tree) Print ¶ func (t *Tree) Print() Source Files ¶ View all Source files array.goerror.gonode.gotree.go Click to show internal directories. Click to hide internal directories.