Documentation ¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) Connect(ctx context.Context) error
- func (c *Client) DropDatabase(dbName string) error
- func (c *Client) DropUser(username string) error
- func (c *Client) UpsertUser(dbName, username, password string) error
- func (c *Client) UserExists(username string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DropDatabase ¶
func (*Client) UpsertUser ¶
Click to show internal directories.
Click to hide internal directories.