Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletedResponse ¶
type DeletedResponse struct {
Deleted bool `json:"deleted"`
}
DeletedResponse defines the return structure of the chartmuseum server after the delete chart version operation is successful.
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
ErrorResponse defines the common error data structure in the chartmuseum server, which is used to return error prompts to the client.
type SavedResponse ¶
type SavedResponse struct {
Saved bool `json:"saved"`
}
SavedResponse defines the return structure of the chartmuseum server after the upload operation is successful.
Click to show internal directories.
Click to hide internal directories.