Versions in this module Expand all Collapse all v0 v0.7.1 May 5, 2017 Changes in this version + func New() (interface{}, error) + func Run(apiTLSConfig *api.TLSConfig) error + type PostgreSQL struct + func (p *PostgreSQL) CreateUser(statements dbplugin.Statements, usernamePrefix string, expiration time.Time) (username string, password string, err error) + func (p *PostgreSQL) RenewUser(statements dbplugin.Statements, username string, expiration time.Time) error + func (p *PostgreSQL) RevokeUser(statements dbplugin.Statements, username string) error + func (p *PostgreSQL) Type() (string, error)