package
0.0.0-20231203193143-9dad3f6c5a87
Repository: https://github.com/chenrui333/go-looker.git
Documentation: pkg.go.dev
# Functions
New creates a new api auth API client.
NewLoginBadRequest creates a LoginBadRequest with default headers values.
NewLoginNotFound creates a LoginNotFound with default headers values.
NewLoginOK creates a LoginOK with default headers values.
NewLoginParams creates a new LoginParams object with the default values initialized.
NewLoginParamsWithContext creates a new LoginParams object with the default values initialized, and the ability to set a context for a request.
NewLoginParamsWithHTTPClient creates a new LoginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewLoginParamsWithTimeout creates a new LoginParams object with the default values initialized, and the ability to set a timeout on a request.
NewLoginUserBadRequest creates a LoginUserBadRequest with default headers values.
NewLoginUserNotFound creates a LoginUserNotFound with default headers values.
NewLoginUserOK creates a LoginUserOK with default headers values.
NewLoginUserParams creates a new LoginUserParams object with the default values initialized.
NewLoginUserParamsWithContext creates a new LoginUserParams object with the default values initialized, and the ability to set a context for a request.
NewLoginUserParamsWithHTTPClient creates a new LoginUserParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewLoginUserParamsWithTimeout creates a new LoginUserParams object with the default values initialized, and the ability to set a timeout on a request.
NewLogoutBadRequest creates a LogoutBadRequest with default headers values.
NewLogoutNoContent creates a LogoutNoContent with default headers values.
NewLogoutNotFound creates a LogoutNotFound with default headers values.
NewLogoutParams creates a new LogoutParams object with the default values initialized.
NewLogoutParamsWithContext creates a new LogoutParams object with the default values initialized, and the ability to set a context for a request.
NewLogoutParamsWithHTTPClient creates a new LogoutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewLogoutParamsWithTimeout creates a new LogoutParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
Client for api auth API
*/.
LoginBadRequest handles this case with default header values.
LoginNotFound handles this case with default header values.
LoginOK handles this case with default header values.
LoginParams contains all the parameters to send to the API endpoint
for the login operation typically these are written to a http.Request
*/.
LoginReader is a Reader for the Login structure.
LoginUserBadRequest handles this case with default header values.
LoginUserNotFound handles this case with default header values.
LoginUserOK handles this case with default header values.
LoginUserParams contains all the parameters to send to the API endpoint
for the login user operation typically these are written to a http.Request
*/.
LoginUserReader is a Reader for the LoginUser structure.
LogoutBadRequest handles this case with default header values.
LogoutNoContent handles this case with default header values.
LogoutNotFound handles this case with default header values.
LogoutParams contains all the parameters to send to the API endpoint
for the logout operation typically these are written to a http.Request
*/.
LogoutReader is a Reader for the Logout structure.