models

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 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
	DataType string
	Value    string
	// contains filtered or unexported fields
}

func NewField added in v0.5.1

func NewField(id, dataType, settings, value string) Field

func (*Field) Settings added in v0.5.0

func (f *Field) Settings() (settings FieldSettings, err error)

type FieldSettings added in v0.5.1

type FieldSettings interface{}

type IssueOrPullRequest added in v0.3.0

type IssueOrPullRequest struct {
	ID string
}

type IterationFieldSettings added in v0.5.1

type IterationFieldSettings struct {
	FieldSettings
	Configuration struct {
		Iterations []struct {
			ID    string
			Title 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 {
	FieldSettings
	Options []struct {
		ID   string
		Name string
	}
}

Jump to

Keyboard shortcuts

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