# Functions
New creates a new user service API client.
New creates a new user service API client with basic auth credentials.
New creates a new user service API client with a bearer token for authentication.
NewGetUserDefault creates a GetUserDefault with default headers values.
NewGetUserOK creates a GetUserOK with default headers values.
NewGetUserParams creates a new GetUserParams object, with the default timeout for this client.
NewGetUserParamsWithContext creates a new GetUserParams object with the ability to set a context for a request.
NewGetUserParamsWithHTTPClient creates a new GetUserParams object with the ability to set a custom HTTPClient for a request.
NewGetUserParamsWithTimeout creates a new GetUserParams object with the ability to set a timeout on a request.
NewListUsersDefault creates a ListUsersDefault with default headers values.
NewListUsersOK creates a ListUsersOK with default headers values.
NewListUsersParams creates a new ListUsersParams object, with the default timeout for this client.
NewListUsersParamsWithContext creates a new ListUsersParams object with the ability to set a context for a request.
NewListUsersParamsWithHTTPClient creates a new ListUsersParams object with the ability to set a custom HTTPClient for a request.
NewListUsersParamsWithTimeout creates a new ListUsersParams object with the ability to set a timeout on a request.
NewUpdateUserDefault creates a UpdateUserDefault with default headers values.
NewUpdateUserOK creates a UpdateUserOK with default headers values.
NewUpdateUserParams creates a new UpdateUserParams object, with the default timeout for this client.
NewUpdateUserParamsWithContext creates a new UpdateUserParams object with the ability to set a context for a request.
NewUpdateUserParamsWithHTTPClient creates a new UpdateUserParams object with the ability to set a custom HTTPClient for a request.
NewUpdateUserParamsWithTimeout creates a new UpdateUserParams object with the ability to set a timeout on a request.
# Structs
Client for user service API
*/.
GetUserDefault describes a response with status code -1, with default header values.
GetUserDefaultBody get user default body
swagger:model GetUserDefaultBody
*/.
GetUserDefaultBodyDetailsItems0 get user default body details items0
swagger:model GetUserDefaultBodyDetailsItems0
*/.
GetUserOK describes a response with status code 200, with default header values.
GetUserOKBody get user OK body
swagger:model GetUserOKBody
*/.
GetUserParams contains all the parameters to send to the API endpoint
for the get user operation.
GetUserReader is a Reader for the GetUser structure.
ListUsersDefault describes a response with status code -1, with default header values.
ListUsersDefaultBody list users default body
swagger:model ListUsersDefaultBody
*/.
ListUsersDefaultBodyDetailsItems0 list users default body details items0
swagger:model ListUsersDefaultBodyDetailsItems0
*/.
ListUsersOK describes a response with status code 200, with default header values.
ListUsersOKBody list users OK body
swagger:model ListUsersOKBody
*/.
ListUsersOKBodyUsersItems0 list users OK body users items0
swagger:model ListUsersOKBodyUsersItems0
*/.
ListUsersParams contains all the parameters to send to the API endpoint
for the list users operation.
ListUsersReader is a Reader for the ListUsers structure.
UpdateUserBody update user body
swagger:model UpdateUserBody
*/.
UpdateUserDefault describes a response with status code -1, with default header values.
UpdateUserDefaultBody update user default body
swagger:model UpdateUserDefaultBody
*/.
UpdateUserDefaultBodyDetailsItems0 update user default body details items0
swagger:model UpdateUserDefaultBodyDetailsItems0
*/.
UpdateUserOK describes a response with status code 200, with default header values.
UpdateUserOKBody update user OK body
swagger:model UpdateUserOKBody
*/.
UpdateUserParams contains all the parameters to send to the API endpoint
for the update user operation.
UpdateUserReader is a Reader for the UpdateUser structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption may be used to customize the behavior of Client methods.