database

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Dsn string
}

type Database

Database provides methods for interacting with a secrets database.

type SecretRecord

type SecretRecord struct {
	ID  uint
	Key string
}

type ValueRecord

type ValueRecord struct {
	ID             uint
	SecretRecordID uint
	Value          []byte
	Version        uint32
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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