Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseAPI ¶ added in v0.16.0
type ReleaseAPI struct { URL string `json:"url"` Body string Assets []ReleaseAssetAPI }
func (ReleaseAPI) AssetNames ¶ added in v0.16.0
func (a ReleaseAPI) AssetNames() []string
type ReleaseAssetAPI ¶ added in v0.16.0
type ReleaseNotesChecksums ¶
type ReleaseNotesChecksums struct{}
func (ReleaseNotesChecksums) Find ¶
func (ReleaseNotesChecksums) Find(assets []ReleaseAssetAPI, body string) (map[string]string, error)
type Sync ¶
type Sync struct {
// contains filtered or unexported fields
}
func NewSync ¶
func NewSync(opts ctlconf.DirectoryContentsGithubRelease, defaultAPIToken string, refFetcher ctlfetch.RefFetcher) Sync
Click to show internal directories.
Click to hide internal directories.