entry

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(db *bolt.DB, entry *pb.Entry) error

Create a new entry.

func Get

func Get(db *bolt.DB, name string) (*pb.Entry, error)

Get retrieves the entry with the specified name.

func List

func List(db *bolt.DB) ([]*pb.Entry, error)

List returns a list with all the entries.

func ListNames

func ListNames(db *bolt.DB) ([]string, error)

ListNames returns a list with all the entries names.

func Remove

func Remove(db *bolt.DB, name string) error

Remove removes an entry from the database.

Types

This section is empty.

Jump to

Keyboard shortcuts

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