github
No long description provided.
Installation
dagger install github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1Entrypoint
Return Type
Github Example
dagger -m github.com/jedevc/daggerverse/hugo/github@43bc81337cc7dc924545536ab1bf0781174b3ee1 call \
func (m *MyModule) Example() *dagger.Github {
return dag.
Github()
}@function
def example() -> dagger.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 moduleFunction GithubRelease.Repository is not accessible from the github moduleFunction GithubRelease.Repository is not accessible from the github moduleFunction GithubRelease.Repository is not accessible from the github modulename() 🔗
Return Type
StringKind ! Example
Function GithubRelease.Name is not accessible from the github moduleFunction GithubRelease.Name is not accessible from the github moduleFunction GithubRelease.Name is not accessible from the github moduleFunction GithubRelease.Name is not accessible from the github moduletag() 🔗
Return Type
StringKind ! Example
Function GithubRelease.Tag is not accessible from the github moduleFunction GithubRelease.Tag is not accessible from the github moduleFunction GithubRelease.Tag is not accessible from the github moduleFunction GithubRelease.Tag is not accessible from the github modulebody() 🔗
Return Type
StringKind ! Example
Function GithubRelease.Body is not accessible from the github moduleFunction GithubRelease.Body is not accessible from the github moduleFunction GithubRelease.Body is not accessible from the github moduleFunction GithubRelease.Body is not accessible from the github moduleurl() 🔗
Return Type
StringKind ! Example
Function GithubRelease.URL is not accessible from the github moduleFunction GithubRelease.URL is not accessible from the github moduleFunction GithubRelease.URL is not accessible from the github moduleFunction GithubRelease.URL is not accessible from the github modulecreatedAt() 🔗
Return Type
StringKind ! Example
Function GithubRelease.CreatedAt is not accessible from the github moduleFunction GithubRelease.CreatedAt is not accessible from the github moduleFunction GithubRelease.CreatedAt is not accessible from the github moduleFunction GithubRelease.CreatedAt is not accessible from the github modulepublishedAt() 🔗
Return Type
StringKind ! Example
Function GithubRelease.PublishedAt is not accessible from the github moduleFunction GithubRelease.PublishedAt is not accessible from the github moduleFunction GithubRelease.PublishedAt is not accessible from the github moduleFunction GithubRelease.PublishedAt is not accessible from the github moduleassets() 🔗
Return Type
[ObjectKind ! ] ! Example
Function GithubRelease.Assets is not accessible from the github moduleFunction GithubRelease.Assets is not accessible from the github moduleFunction GithubRelease.Assets is not accessible from the github moduleFunction GithubRelease.Assets is not accessible from the github moduleref() 🔗
Return Type
GitRef ! Example
Function GithubRelease.ref is not accessible from the github moduleFunction GithubRelease.ref is not accessible from the github moduleFunction GithubRelease.ref is not accessible from the github moduleFunction GithubRelease.ref is not accessible from the github moduleGithub 🔗
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-releasefunc (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-releasefunc (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 moduleFunction GithubAsset.Name is not accessible from the github moduleFunction GithubAsset.Name is not accessible from the github moduleFunction GithubAsset.Name is not accessible from the github modulelabel() 🔗
Return Type
StringKind ! Example
Function GithubAsset.Label is not accessible from the github moduleFunction GithubAsset.Label is not accessible from the github moduleFunction GithubAsset.Label is not accessible from the github moduleFunction GithubAsset.Label is not accessible from the github modulecontentType() 🔗
Return Type
StringKind ! Example
Function GithubAsset.ContentType is not accessible from the github moduleFunction GithubAsset.ContentType is not accessible from the github moduleFunction GithubAsset.ContentType is not accessible from the github moduleFunction GithubAsset.ContentType is not accessible from the github modulesize() 🔗
Return Type
IntegerKind ! Example
Function GithubAsset.Size is not accessible from the github moduleFunction GithubAsset.Size is not accessible from the github moduleFunction GithubAsset.Size is not accessible from the github moduleFunction GithubAsset.Size is not accessible from the github moduleurl() 🔗
Return Type
StringKind ! Example
Function GithubAsset.URL is not accessible from the github moduleFunction GithubAsset.URL is not accessible from the github moduleFunction GithubAsset.URL is not accessible from the github moduleFunction GithubAsset.URL is not accessible from the github moduledownloadUrl() 🔗
Return Type
StringKind ! Example
Function GithubAsset.DownloadURL is not accessible from the github moduleFunction GithubAsset.DownloadURL is not accessible from the github moduleFunction GithubAsset.DownloadURL is not accessible from the github moduleFunction GithubAsset.DownloadURL is not accessible from the github modulecreatedAt() 🔗
Return Type
StringKind ! Example
Function GithubAsset.CreatedAt is not accessible from the github moduleFunction GithubAsset.CreatedAt is not accessible from the github moduleFunction GithubAsset.CreatedAt is not accessible from the github moduleFunction GithubAsset.CreatedAt is not accessible from the github moduleupdatedAt() 🔗
Return Type
StringKind ! Example
Function GithubAsset.UpdatedAt is not accessible from the github moduleFunction GithubAsset.UpdatedAt is not accessible from the github moduleFunction GithubAsset.UpdatedAt is not accessible from the github moduleFunction GithubAsset.UpdatedAt is not accessible from the github module