package
0.0.0-20220508075453-acbd0ad6c247
Repository: https://github.com/ez-deploy/ezdeploy.git
Documentation: pkg.go.dev
# Functions
New creates a new identity API client.
NewCreateUserConflict creates a CreateUserConflict with default headers values.
NewCreateUserCreated creates a CreateUserCreated with default headers values.
NewCreateUserInternalServerError creates a CreateUserInternalServerError 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.
NewGetUserInternalServerError creates a GetUserInternalServerError 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.
NewLoginInternalServerError creates a LoginInternalServerError with default headers values.
NewLoginOK creates a LoginOK with default headers values.
NewLoginParams creates a new LoginParams object, with the default timeout for this client.
NewLoginParamsWithContext creates a new LoginParams object with the ability to set a context for a request.
NewLoginParamsWithHTTPClient creates a new LoginParams object with the ability to set a custom HTTPClient for a request.
NewLoginParamsWithTimeout creates a new LoginParams object with the ability to set a timeout on a request.
NewLoginUnauthorized creates a LoginUnauthorized with default headers values.
NewLogoutInternalServerError creates a LogoutInternalServerError with default headers values.
NewLogoutOK creates a LogoutOK with default headers values.
NewLogoutParams creates a new LogoutParams object, with the default timeout for this client.
NewLogoutParamsWithContext creates a new LogoutParams object with the ability to set a context for a request.
NewLogoutParamsWithHTTPClient creates a new LogoutParams object with the ability to set a custom HTTPClient for a request.
NewLogoutParamsWithTimeout creates a new LogoutParams object with the ability to set a timeout on a request.
NewLogoutUnauthorized creates a LogoutUnauthorized with default headers values.
NewWhoamiOK creates a WhoamiOK with default headers values.
NewWhoamiParams creates a new WhoamiParams object, with the default timeout for this client.
NewWhoamiParamsWithContext creates a new WhoamiParams object with the ability to set a context for a request.
NewWhoamiParamsWithHTTPClient creates a new WhoamiParams object with the ability to set a custom HTTPClient for a request.
NewWhoamiParamsWithTimeout creates a new WhoamiParams object with the ability to set a timeout on a request.
# Structs
Client for identity API
*/.
CreateUserConflict describes a response with status code 409, with default header values.
CreateUserCreated describes a response with status code 201, with default header values.
CreateUserInternalServerError describes a response with status code 500, 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.
GetUserInternalServerError describes a response with status code 500, with default header values.
GetUserOK describes a response with status code 200, with default header values.
GetUserParams contains all the parameters to send to the API endpoint
for the get user operation.
GetUserReader is a Reader for the GetUser structure.
LoginInternalServerError describes a response with status code 500, with default header values.
LoginOK describes a response with status code 200, with default header values.
LoginParams contains all the parameters to send to the API endpoint
for the login operation.
LoginReader is a Reader for the Login structure.
LoginUnauthorized describes a response with status code 401, with default header values.
LogoutInternalServerError describes a response with status code 500, with default header values.
LogoutOK describes a response with status code 200, with default header values.
LogoutParams contains all the parameters to send to the API endpoint
for the logout operation.
LogoutReader is a Reader for the Logout structure.
LogoutUnauthorized describes a response with status code 401, with default header values.
WhoamiOK describes a response with status code 200, with default header values.
WhoamiParams contains all the parameters to send to the API endpoint
for the whoami operation.
WhoamiReader is a Reader for the Whoami structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.