totp

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(db *bolt.DB, totp *pb.TOTP) error

Create a new TOTP.

func Get

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

Get retrieves the TOTP with the specified name.

func List

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

List returns a list with all the TOTPs.

func ListNames

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

ListNames returns a slice with all the totps names.

func Remove

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

Remove removes one or more totps 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