github
No long description provided.
Installation
dagger install github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1
Types
Release 🔗
repository() 🔗
Return Type
GitRepository !
Example
Function GithubRelease.Repository is not accessible from the github module
name() 🔗
Return Type
StringKind !
Example
Function GithubRelease.Name is not accessible from the github module
tag() 🔗
Return Type
StringKind !
Example
Function GithubRelease.Tag is not accessible from the github module
body() 🔗
Return Type
StringKind !
Example
Function GithubRelease.Body is not accessible from the github module
url() 🔗
Return Type
StringKind !
Example
Function GithubRelease.URL is not accessible from the github module
createdAt() 🔗
Return Type
StringKind !
Example
Function GithubRelease.CreatedAt is not accessible from the github module
publishedAt() 🔗
Return Type
StringKind !
Example
Function GithubRelease.PublishedAt is not accessible from the github module
assets() 🔗
Return Type
[ObjectKind ! ] !
Example
Function GithubRelease.Assets is not accessible from the github module
ref() 🔗
Return Type
GitRef !
Example
Function GithubRelease.ref is not accessible from the github module
Github 🔗
getLatestRelease() 🔗
Return Type
Release !
Arguments
Name | Type | Default Value | Description |
---|---|---|---|
repo | StringKind ! | - | No description provided |
Example
func (m *myModule) example(repo ) {
return dag.
Github().
GetLatestRelease(repo)
}
getRelease() 🔗
Return Type
Release !
Arguments
Name | Type | Default Value | Description |
---|---|---|---|
repo | StringKind ! | - | No description provided |
tag | StringKind ! | - | No description provided |
Example
func (m *myModule) example(repo , tag ) {
return dag.
Github().
GetRelease(repo, tag)
}
Asset 🔗
name() 🔗
Return Type
StringKind !
Example
Function GithubAsset.Name is not accessible from the github module
label() 🔗
Return Type
StringKind !
Example
Function GithubAsset.Label is not accessible from the github module
contentType() 🔗
Return Type
StringKind !
Example
Function GithubAsset.ContentType is not accessible from the github module
size() 🔗
Return Type
IntegerKind !
Example
Function GithubAsset.Size is not accessible from the github module
url() 🔗
Return Type
StringKind !
Example
Function GithubAsset.URL is not accessible from the github module
downloadUrl() 🔗
Return Type
StringKind !
Example
Function GithubAsset.DownloadURL is not accessible from the github module
createdAt() 🔗
Return Type
StringKind !
Example
Function GithubAsset.CreatedAt is not accessible from the github module
updatedAt() 🔗
Return Type
StringKind !
Example
Function GithubAsset.UpdatedAt is not accessible from the github module