Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseAPI ¶
type ReleaseAPI struct {
Tag string `json:"tag_name"`
URL string `json:"url"`
Body string
Assets []ReleaseAssetAPI
}
func (ReleaseAPI) AssetNames ¶
func (a ReleaseAPI) AssetNames() []string
type ReleaseAssetAPI ¶
type ReleaseNotesChecksums ¶
type ReleaseNotesChecksums struct{}
func (ReleaseNotesChecksums) Find ¶
func (ReleaseNotesChecksums) Find(assets []ReleaseAssetAPI, body string) (map[string]string, error)
Click to show internal directories.
Click to hide internal directories.