Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct { Type StorageType `json:"type,omitempty"` pgxutil.ConnectConfig // TTL is the time-to-live for records. Zero-value (not-specified) means "forever". TTL *TTL `json:"ttl,omitempty"` }
type StorageType ¶
type StorageType string
const ( StorageTypePostgres StorageType = "postgres" StorageTypeBolt StorageType = "bolt" )
Click to show internal directories.
Click to hide internal directories.