package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new user API client.
NewCreateUserAccepted creates a CreateUserAccepted with default headers values.
NewCreateUserBadRequest creates a CreateUserBadRequest with default headers values.
NewCreateUserConflict creates a CreateUserConflict with default headers values.
NewCreateUserCreated creates a CreateUserCreated with default headers values.
NewCreateUserDefault creates a CreateUserDefault with default headers values.
NewCreateUserParams creates a new CreateUserParams object, with the default timeout for this client.
NewCreateUserParamsWithContext creates a new CreateUserParams object with the ability to set a context for a request.
NewCreateUserParamsWithHTTPClient creates a new CreateUserParams object with the ability to set a custom HTTPClient for a request.
NewCreateUserParamsWithTimeout creates a new CreateUserParams object with the ability to set a timeout on a request.
NewDeleteUserAccepted creates a DeleteUserAccepted with default headers values.
NewDeleteUserDefault creates a DeleteUserDefault with default headers values.
NewDeleteUserNoContent creates a DeleteUserNoContent with default headers values.
NewDeleteUserNotFound creates a DeleteUserNotFound with default headers values.
NewDeleteUserParams creates a new DeleteUserParams object, with the default timeout for this client.
NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.
NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.
NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.
NewGetUserDefault creates a GetUserDefault with default headers values.
NewGetUserNotFound creates a GetUserNotFound 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.
NewGetUsersDefault creates a GetUsersDefault with default headers values.
NewGetUsersOK creates a GetUsersOK with default headers values.
NewGetUsersParams creates a new GetUsersParams object, with the default timeout for this client.
NewGetUsersParamsWithContext creates a new GetUsersParams object with the ability to set a context for a request.
NewGetUsersParamsWithHTTPClient creates a new GetUsersParams object with the ability to set a custom HTTPClient for a request.
NewGetUsersParamsWithTimeout creates a new GetUsersParams object with the ability to set a timeout on a request.
NewReplaceUserAccepted creates a ReplaceUserAccepted with default headers values.
NewReplaceUserBadRequest creates a ReplaceUserBadRequest with default headers values.
NewReplaceUserDefault creates a ReplaceUserDefault with default headers values.
NewReplaceUserNotFound creates a ReplaceUserNotFound with default headers values.
NewReplaceUserOK creates a ReplaceUserOK with default headers values.
NewReplaceUserParams creates a new ReplaceUserParams object, with the default timeout for this client.
NewReplaceUserParamsWithContext creates a new ReplaceUserParams object with the ability to set a context for a request.
NewReplaceUserParamsWithHTTPClient creates a new ReplaceUserParams object with the ability to set a custom HTTPClient for a request.
NewReplaceUserParamsWithTimeout creates a new ReplaceUserParams object with the ability to set a timeout on a request.
# Structs
Client for user API
*/.
CreateUserAccepted describes a response with status code 202, with default header values.
CreateUserBadRequest describes a response with status code 400, with default header values.
CreateUserConflict describes a response with status code 409, with default header values.
CreateUserCreated describes a response with status code 201, with default header values.
CreateUserDefault describes a response with status code -1, with default header values.
CreateUserParams contains all the parameters to send to the API endpoint
for the create user operation.
CreateUserReader is a Reader for the CreateUser structure.
DeleteUserAccepted describes a response with status code 202, with default header values.
DeleteUserDefault describes a response with status code -1, with default header values.
DeleteUserNoContent describes a response with status code 204, with default header values.
DeleteUserNotFound describes a response with status code 404, with default header values.
DeleteUserParams contains all the parameters to send to the API endpoint
for the delete user operation.
DeleteUserReader is a Reader for the DeleteUser structure.
GetUserDefault describes a response with status code -1, with default header values.
GetUserNotFound describes a response with status code 404, with default header values.
GetUserOK describes a response with status code 200, with default header values.
GetUserOKBody get user o k 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.
GetUsersDefault describes a response with status code -1, with default header values.
GetUsersOK describes a response with status code 200, with default header values.
GetUsersOKBody get users o k body
swagger:model GetUsersOKBody
*/.
GetUsersParams contains all the parameters to send to the API endpoint
for the get users operation.
GetUsersReader is a Reader for the GetUsers structure.
ReplaceUserAccepted describes a response with status code 202, with default header values.
ReplaceUserBadRequest describes a response with status code 400, with default header values.
ReplaceUserDefault describes a response with status code -1, with default header values.
ReplaceUserNotFound describes a response with status code 404, with default header values.
ReplaceUserOK describes a response with status code 200, with default header values.
ReplaceUserParams contains all the parameters to send to the API endpoint
for the replace user operation.
ReplaceUserReader is a Reader for the ReplaceUser structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.