package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new userlist API client.
NewCreateUserlistAccepted creates a CreateUserlistAccepted with default headers values.
NewCreateUserlistBadRequest creates a CreateUserlistBadRequest with default headers values.
NewCreateUserlistConflict creates a CreateUserlistConflict with default headers values.
NewCreateUserlistCreated creates a CreateUserlistCreated with default headers values.
NewCreateUserlistDefault creates a CreateUserlistDefault with default headers values.
NewCreateUserlistParams creates a new CreateUserlistParams object, with the default timeout for this client.
NewCreateUserlistParamsWithContext creates a new CreateUserlistParams object with the ability to set a context for a request.
NewCreateUserlistParamsWithHTTPClient creates a new CreateUserlistParams object with the ability to set a custom HTTPClient for a request.
NewCreateUserlistParamsWithTimeout creates a new CreateUserlistParams object with the ability to set a timeout on a request.
NewDeleteUserlistAccepted creates a DeleteUserlistAccepted with default headers values.
NewDeleteUserlistDefault creates a DeleteUserlistDefault with default headers values.
NewDeleteUserlistNoContent creates a DeleteUserlistNoContent with default headers values.
NewDeleteUserlistNotFound creates a DeleteUserlistNotFound with default headers values.
NewDeleteUserlistParams creates a new DeleteUserlistParams object, with the default timeout for this client.
NewDeleteUserlistParamsWithContext creates a new DeleteUserlistParams object with the ability to set a context for a request.
NewDeleteUserlistParamsWithHTTPClient creates a new DeleteUserlistParams object with the ability to set a custom HTTPClient for a request.
NewDeleteUserlistParamsWithTimeout creates a new DeleteUserlistParams object with the ability to set a timeout on a request.
NewGetUserlistDefault creates a GetUserlistDefault with default headers values.
NewGetUserlistNotFound creates a GetUserlistNotFound with default headers values.
NewGetUserlistOK creates a GetUserlistOK with default headers values.
NewGetUserlistParams creates a new GetUserlistParams object, with the default timeout for this client.
NewGetUserlistParamsWithContext creates a new GetUserlistParams object with the ability to set a context for a request.
NewGetUserlistParamsWithHTTPClient creates a new GetUserlistParams object with the ability to set a custom HTTPClient for a request.
NewGetUserlistParamsWithTimeout creates a new GetUserlistParams object with the ability to set a timeout on a request.
NewGetUserlistsDefault creates a GetUserlistsDefault with default headers values.
NewGetUserlistsOK creates a GetUserlistsOK with default headers values.
NewGetUserlistsParams creates a new GetUserlistsParams object, with the default timeout for this client.
NewGetUserlistsParamsWithContext creates a new GetUserlistsParams object with the ability to set a context for a request.
NewGetUserlistsParamsWithHTTPClient creates a new GetUserlistsParams object with the ability to set a custom HTTPClient for a request.
NewGetUserlistsParamsWithTimeout creates a new GetUserlistsParams object with the ability to set a timeout on a request.
# Structs
Client for userlist API
*/.
CreateUserlistAccepted describes a response with status code 202, with default header values.
CreateUserlistBadRequest describes a response with status code 400, with default header values.
CreateUserlistConflict describes a response with status code 409, with default header values.
CreateUserlistCreated describes a response with status code 201, with default header values.
CreateUserlistDefault describes a response with status code -1, with default header values.
CreateUserlistParams contains all the parameters to send to the API endpoint
for the create userlist operation.
CreateUserlistReader is a Reader for the CreateUserlist structure.
DeleteUserlistAccepted describes a response with status code 202, with default header values.
DeleteUserlistDefault describes a response with status code -1, with default header values.
DeleteUserlistNoContent describes a response with status code 204, with default header values.
DeleteUserlistNotFound describes a response with status code 404, with default header values.
DeleteUserlistParams contains all the parameters to send to the API endpoint
for the delete userlist operation.
DeleteUserlistReader is a Reader for the DeleteUserlist structure.
GetUserlistDefault describes a response with status code -1, with default header values.
GetUserlistNotFound describes a response with status code 404, with default header values.
GetUserlistOK describes a response with status code 200, with default header values.
GetUserlistOKBody get userlist o k body
swagger:model GetUserlistOKBody
*/.
GetUserlistParams contains all the parameters to send to the API endpoint
for the get userlist operation.
GetUserlistReader is a Reader for the GetUserlist structure.
GetUserlistsDefault describes a response with status code -1, with default header values.
GetUserlistsOK describes a response with status code 200, with default header values.
GetUserlistsOKBody get userlists o k body
swagger:model GetUserlistsOKBody
*/.
GetUserlistsParams contains all the parameters to send to the API endpoint
for the get userlists operation.
GetUserlistsReader is a Reader for the GetUserlists structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.