storage

package
v0.0.0-...-e525491 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProviderName

type ProviderName string

ProviderName captures the name of a supported storage provider.

const (
	None    ProviderName = ""
	SQLite3 ProviderName = "sqlite3"
	Memory  ProviderName = "memory"
)

Supported storage providers.

func (ProviderName) Valid

func (name ProviderName) Valid() bool

Valid indicates whether the provider name is valid.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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