# Functions
ContextRequestID extracts the Request ID from the context.
ContextWithRequestID returns ctx and the request ID if it already has one or creates and returns a new context with a new request ID.
HandleResponse logs the response details and exits the process with a status computed from the response status code.
HTTPClientDoer turns a stdlib http.Client into a Doer.
New creates a new API client that wraps c.
SetContextRequestID sets a request ID in the given context and returns a new context.
WSRead reads from a websocket and print the read messages to STDOUT.
WSWrite sends STDIN lines to a websocket server.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author