package
Version:
v0.16.6
Opens a new window with list of versions in this module.
Published: Aug 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrorBadResponseNewVersionEndpoint = errors.New("Bad response from new version endpoint")
ErrorBadDraftFormat = errors.New("Bad draft format")
ErrorBadDraftUsernameDigestFormat = errors.New("Bad draft username/digest format")
)
type CreateRelease struct {
Version string `json:"version"`
}
type Error struct {
Detail string `json:"detail"`
Errors []SubError `json:"errors"`
Status int `json:"status"`
Title string `json:"title"`
}
type Model struct {
LatestVersion Version `json:"latest_version"`
}
type SubError struct {
Detail string `json:"detail"`
Pointer string `json:"pointer"`
}
type Version struct {
Id string `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.