Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Driver is the PostgreSQL driver used by Hubris. Driver = "pgx" // MaxAttempts are the number of retries that can be made. MaxAttempts = 20 // MaxTimeout is the number of seconds to wait between connection attempts. MaxTimeout = time.Second * 10 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.