config

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encryption added in v0.5.0

type Encryption struct {
	EncryptionKey string
}

func (Encryption) Enabled added in v0.5.0

func (e Encryption) Enabled() bool

func (Encryption) Key added in v0.5.0

func (e Encryption) Key() ([]byte, error)

type MariaDB

type MariaDB struct {
	Host          string
	Port          int
	User          string
	Password      string
	BackupOptions string
	BackupBinary  string
}

func DefaultMariaDB added in v0.7.0

func DefaultMariaDB() MariaDB

func (MariaDB) Validate added in v0.7.0

func (m MariaDB) Validate() error

type Storage

type Storage struct {
	URL string
}

func (Storage) GetURL added in v0.2.0

func (s Storage) GetURL() (*url.URL, error)

func (Storage) Validate added in v0.6.0

func (s Storage) Validate() error

Jump to

Keyboard shortcuts

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