fti

package module
v0.0.0-...-59e4984 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2017 License: MIT Imports: 5 Imported by: 0

README

Fractal-Tree-Index-Go

WIP

License

Copyright (c) 2016 Gautier TANGUY

MIT License

Documentation

Index

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()

Jump to

Keyboard shortcuts

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