models

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field added in v0.5.0

type Field struct {
	ID string
	// Name     string
	DataType string
	Settings string
}

func (*Field) UnmarshalSettings added in v0.5.0

func (f *Field) UnmarshalSettings() (v interface{}, err error)

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
	Body        string
	Creator     *actor
	CreatedAt   *time.Time
	Public      bool
	URL         string
	Items       *projectItemNode
}

type ProjectItem added in v0.4.0

type ProjectItem struct {
	ID      string
	Title   string
	Type    string
	Content projectItemContent
}

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
}

type SingleSelectFieldSettings added in v0.5.0

type SingleSelectFieldSettings struct {
	Options []struct {
		ID   string
		Name string
	}
}

Jump to

Keyboard shortcuts

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