Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubReleaseAPI ¶
type GithubReleaseAPI struct { URL string `json:"url"` Body string Assets []GithubReleaseAssetAPI }
func (GithubReleaseAPI) AssetNames ¶
func (a GithubReleaseAPI) AssetNames() []string
type GithubReleaseAssetAPI ¶
type ReleaseNotesChecksums ¶
type ReleaseNotesChecksums struct{}
func (ReleaseNotesChecksums) Find ¶
func (ReleaseNotesChecksums) Find(assets []GithubReleaseAssetAPI, 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.