models

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IssueOrPullRequest added in v0.3.0

type IssueOrPullRequest struct {
	ID string
}

type Project

type Project struct {
	ID          string
	Number      int
	Title       string
	Description string `json:"shortDescription"`
	Body        string `json:"description"`
	Creator     *actor
	CreatedAt   *time.Time
	Public      bool
	URL         string
}

type ProjectNode added in v0.3.0

type ProjectNode struct {
	ProjectNext Project
}

type ProjectsNode

type ProjectsNode struct {
	TotalCount int
	Nodes      []Project
	PageInfo   pageInfo
}

type RepositoryIssueOrPullRequest added in v0.3.0

type RepositoryIssueOrPullRequest struct {
	Repository issueOrPullRequestNode
}

type RepositoryProject

type RepositoryProject struct {
	Repository ProjectNode
}

type RepositoryProjects

type RepositoryProjects struct {
	Repository projects
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL