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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.