Documentation ¶
Index ¶
- Variables
- type Client
- func (c Client) Create(ctx context.Context, params *CreateParams) error
- func (c Client) Delete(ctx context.Context, id string) 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 *UpdateParams) error
- type CreateParams
- type ListParams
- type SetPasswordParams
- type UpdateParams
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 UpdateParams ¶ added in v2.3.0
Click to show internal directories.
Click to hide internal directories.