Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
URIRequiredError = errors.New("uri is required")
)
Functions ¶
This section is empty.
Types ¶
type PostgreSQLCache ¶
type PostgreSQLCache struct {
Host, Port, Database, Username, Password, SSLMode, TimeZone string
// contains filtered or unexported fields
}
func (*PostgreSQLCache) Clear ¶
func (pc *PostgreSQLCache) Clear() error
func (*PostgreSQLCache) Compressed ¶
func (pc *PostgreSQLCache) Compressed(yes bool)
func (*PostgreSQLCache) Init ¶
func (pc *PostgreSQLCache) Init() error
Click to show internal directories.
Click to hide internal directories.