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" // StorageTypeHub when used in Storage.Type instructs the system to store and retrieve alerts from the cohort hub. StorageTypeHub StorageType = "hub" )
Click to show internal directories.
Click to hide internal directories.