package
0.0.0-20231203193143-9dad3f6c5a87
Repository: https://github.com/chenrui333/go-looker.git
Documentation: pkg.go.dev
# Functions
New creates a new session API client.
NewSessionBadRequest creates a SessionBadRequest with default headers values.
NewSessionNotFound creates a SessionNotFound with default headers values.
NewSessionOK creates a SessionOK with default headers values.
NewSessionParams creates a new SessionParams object with the default values initialized.
NewSessionParamsWithContext creates a new SessionParams object with the default values initialized, and the ability to set a context for a request.
NewSessionParamsWithHTTPClient creates a new SessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewSessionParamsWithTimeout creates a new SessionParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateSessionBadRequest creates a UpdateSessionBadRequest with default headers values.
NewUpdateSessionNotFound creates a UpdateSessionNotFound with default headers values.
NewUpdateSessionOK creates a UpdateSessionOK with default headers values.
NewUpdateSessionParams creates a new UpdateSessionParams object with the default values initialized.
NewUpdateSessionParamsWithContext creates a new UpdateSessionParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateSessionParamsWithHTTPClient creates a new UpdateSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateSessionParamsWithTimeout creates a new UpdateSessionParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateSessionUnprocessableEntity creates a UpdateSessionUnprocessableEntity with default headers values.
# Structs
Client for session API
*/.
SessionBadRequest handles this case with default header values.
SessionNotFound handles this case with default header values.
SessionOK handles this case with default header values.
SessionParams contains all the parameters to send to the API endpoint
for the session operation typically these are written to a http.Request
*/.
SessionReader is a Reader for the Session structure.
UpdateSessionBadRequest handles this case with default header values.
UpdateSessionNotFound handles this case with default header values.
UpdateSessionOK handles this case with default header values.
UpdateSessionParams contains all the parameters to send to the API endpoint
for the update session operation typically these are written to a http.Request
*/.
UpdateSessionReader is a Reader for the UpdateSession structure.
UpdateSessionUnprocessableEntity handles this case with default header values.