github
No long description provided.
Installation
dagger install github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1
Entrypoint
Return Type
Github
Example
dagger -m github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1 call \
func (m *myModule) example() *Github {
return dag.
Github()
}
@function
def example() -> dag.Github:
return (
dag.github()
)
@func()
example(): Github {
return dag
.github()
}
Types
Release 🔗
repository() 🔗
Return Type
GitRepository !
Example
Function GithubRelease.Repository is not accessible from the github module
Function GithubRelease.Repository is not accessible from the github module
Function GithubRelease.Repository is not accessible from the github module
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
Function GithubRelease.Name is not accessible from the github module
Function GithubRelease.Name is not accessible from the github module
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
Function GithubRelease.Tag is not accessible from the github module
Function GithubRelease.Tag is not accessible from the github module
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
Function GithubRelease.Body is not accessible from the github module
Function GithubRelease.Body is not accessible from the github module
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
Function GithubRelease.URL is not accessible from the github module
Function GithubRelease.URL is not accessible from the github module
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
Function GithubRelease.CreatedAt is not accessible from the github module
Function GithubRelease.CreatedAt is not accessible from the github module
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
Function GithubRelease.PublishedAt is not accessible from the github module
Function GithubRelease.PublishedAt is not accessible from the github module
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
Function GithubRelease.Assets is not accessible from the github module
Function GithubRelease.Assets is not accessible from the github module
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
Function GithubRelease.ref is not accessible from the github module
Function GithubRelease.ref is not accessible from the github module
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
dagger -m github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1 call \
get-latest-release
func (m *myModule) example(repo ) {
return dag.
Github().
GetLatestRelease(repo)
}
@function
def example(repo: ) -> :
return (
dag.github()
.get_latest_release(repo)
)
@func()
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
dagger -m github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1 call \
get-release
func (m *myModule) example(repo , tag ) {
return dag.
Github().
GetRelease(repo, tag)
}
@function
def example(repo: , tag: ) -> :
return (
dag.github()
.get_release(repo, tag)
)
@func()
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
Function GithubAsset.Name is not accessible from the github module
Function GithubAsset.Name is not accessible from the github module
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
Function GithubAsset.Label is not accessible from the github module
Function GithubAsset.Label is not accessible from the github module
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
Function GithubAsset.ContentType is not accessible from the github module
Function GithubAsset.ContentType is not accessible from the github module
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
Function GithubAsset.Size is not accessible from the github module
Function GithubAsset.Size is not accessible from the github module
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
Function GithubAsset.URL is not accessible from the github module
Function GithubAsset.URL is not accessible from the github module
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
Function GithubAsset.DownloadURL is not accessible from the github module
Function GithubAsset.DownloadURL is not accessible from the github module
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
Function GithubAsset.CreatedAt is not accessible from the github module
Function GithubAsset.CreatedAt is not accessible from the github module
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
Function GithubAsset.UpdatedAt is not accessible from the github module
Function GithubAsset.UpdatedAt is not accessible from the github module
Function GithubAsset.UpdatedAt is not accessible from the github module