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 }
type StorageType ¶
type StorageType string
const ( StorageTypePostgres StorageType = "postgres" StorageTypeProxy StorageType = "proxy" )
Click to show internal directories.
Click to hide internal directories.