bucket

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

Documentation

Overview

Package bucket contains the database buckets where records are stored.

They are in a separate bucket and inside an unexported struct so they can't be modified by other modules.

Index

Constants

This section is empty.

Variables

View Source
var (
	Auth  = bucket{[]byte("kure_auth")}
	Card  = bucket{[]byte("kure_card")}
	Entry = bucket{[]byte("kure_entry")}
	File  = bucket{[]byte("kure_file")}
	TOTP  = bucket{[]byte("kure_totp")}
)

Database bucket

Functions

func GetNames

func GetNames() [][]byte

GetNames returns a slice with the names of the buckets where records are stored. The auth bucket is not included.

Types

This section is empty.

Jump to

Keyboard shortcuts

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