Documentation
¶
Index ¶
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) EditRelease ¶
type ListReleasesQuery ¶
type ListReleasesQuery struct {
Repository *Repository `graphql:"repository(owner: $repoOwner, name: $repoName)"`
}
func (*ListReleasesQuery) Nodes ¶
func (q *ListReleasesQuery) Nodes() []*Release
func (*ListReleasesQuery) PageInfo ¶
func (q *ListReleasesQuery) PageInfo() *PageInfo
type RepositoriesService ¶
type Repository ¶
type Repository struct {
Releases *Releases `graphql:"releases(first:100, after:$cursor)"`
}
Click to show internal directories.
Click to hide internal directories.