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.
Click to show internal directories.
Click to hide internal directories.