entry

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 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, entries ...*pb.Entry) error

Create new entries.

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, names ...string) error

Remove removes one or more entries from the database.

func Update added in v0.4.5

func Update(db *bolt.DB, oldName string, entry *pb.Entry) error

Update updates an entry, it removes the old one if the name differs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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