Documentation ¶
Index ¶
- Variables
- type Client
- func (c Client) Create(ctx context.Context, params *CreateParams) error
- func (c Client) Delete(ctx context.Context, id influxid.ID) error
- func (c Client) List(ctx context.Context, params *ListParams) error
- func (c Client) SetPassword(ctx context.Context, params *SetPasswordParams) (err error)
- func (c Client) Update(ctx context.Context, params *UpdateParmas) error
- type CreateParams
- type ListParams
- type SetPasswordParams
- type UpdateParmas
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMustSpecifyUser = errors.New("must specify user ID or user name")
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (Client) SetPassword ¶
func (c Client) SetPassword(ctx context.Context, params *SetPasswordParams) (err error)
type ListParams ¶
type SetPasswordParams ¶
type UpdateParmas ¶
Click to show internal directories.
Click to hide internal directories.