Documentation ¶
Index ¶
- type Client
- func (c Client) CreateRelease(ctx context.Context, release Release, dryRun bool) (int64, error)
- func (c Client) ReleaseAndAssetExists(ctx context.Context, owner, repo, tag, assetPath string) (bool, bool, error)
- func (c Client) UploadAsset(ctx context.Context, releaseId int64, release Release) (string, error)
- type Release
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) CreateRelease ¶
CreateRelease creates release (if it doesn't exist) and returns release id
Click to show internal directories.
Click to hide internal directories.