Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeReleasesPostRequestBody_make_latest ¶
func SerializeReleasesPostRequestBody_make_latest(values []ReleasesPostRequestBody_make_latest) []string
Types ¶
type ReleasesPostRequestBody_make_latest ¶
type ReleasesPostRequestBody_make_latest int
Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Defaults to `true` for newly published releases. `legacy` specifies that the latest release should be determined based on the release creation date and higher semantic version.
const ( TRUE_RELEASESPOSTREQUESTBODY_MAKE_LATEST ReleasesPostRequestBody_make_latest = iota FALSE_RELEASESPOSTREQUESTBODY_MAKE_LATEST LEGACY_RELEASESPOSTREQUESTBODY_MAKE_LATEST )
func (ReleasesPostRequestBody_make_latest) String ¶
func (i ReleasesPostRequestBody_make_latest) String() string
Click to show internal directories.
Click to hide internal directories.