Versions in this module Expand all Collapse all v1 v1.7.1 Feb 5, 2021 Changes in this version + var ErrNotFound = errors.New("not found") + type Database struct + func New(client client.Client, namespace, secretName, user, host string, port int32) (Database, error) + func (p *Database) Close() error + func (p *Database) Hostname() (string, error) + func (p *Database) PrimaryHost() (string, error) + func (p *Database) Status(host, ip string) ([]string, error) + func (p *Database) Version() (string, error) + func (p *Database) WsrepLocalStateComment() (string, error)