Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseClient ¶
func NewReleaseClient ¶
func NewReleaseClient(token, owner, repo string) *ReleaseClient
func (*ReleaseClient) GetReleaseByTag ¶
func (c *ReleaseClient) GetReleaseByTag(tag string) (*Release, error)
func (*ReleaseClient) UploadReleaseAsset ¶
func (c *ReleaseClient) UploadReleaseAsset(releaseID int64, filePath string) error
Click to show internal directories.
Click to hide internal directories.