Documentation ¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) Connect(ctx context.Context) error
- func (c *Client) DeleteUser(ctx context.Context, username string) error
- func (c *Client) UpsertUser(ctx context.Context, prefix, username, password string) error
- func (c *Client) UserExists(ctx context.Context, 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) UpsertUser ¶
Click to show internal directories.
Click to hide internal directories.