Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
// Error is the description of the error.
Error string `json:"error"`
}
ErrorResponse represents the response that signal an error has occurred.
type GetStatusResponse ¶
type PostBlobResponse ¶
type PostBlobResponse struct {
// ID is the unique identifier for the uploaded blob.
ID string `json:"id"`
}
PostBlobResponse represents the response to a successful POST request to upload a blob.
Click to show internal directories.
Click to hide internal directories.