lists

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2016 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Back

func Back(list string) (data interface{}, seq int, err error)

func Drop

func Drop(list string) (err error)

func Front

func Front(list string) (data interface{}, seq int, err error)

func Init

func Init(file string)

Init is the main entrypoint for the package

func Len

func Len(list string) (l uint64)

func Next

func Next(list string) (data interface{}, seq int, err error)

func Prev

func Prev(list string) (data interface{}, seq int, err error)

func PushBack

func PushBack(list string, data interface{}) (n int, err error)

func PushFront

func PushFront(list string, data interface{}) (n int, err error)

func Remove

func Remove(list string, n int) (err error)

func RemoveByID

func RemoveByID(list string, _id string) (err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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