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 (*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 ProjectItem ¶ added in v0.4.0
type ProjectNode ¶ added in v0.3.0
type ProjectNode struct {
ProjectNext Project
}
type ProjectsNode ¶
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
}
}
Click to show internal directories.
Click to hide internal directories.