Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateProjectV2FieldInput ¶
type CreateProjectV2FieldInput struct { ProjectID githubv4.ID `json:"projectId"` DataType githubv4.String `json:"dataType"` Name githubv4.String `json:"name"` SingleSelectOptions []string `json:"singleSelectOptions,omitempty"` }
TODO: update this to use githubv4.CreateProjectV2FieldInput once it is available there
Click to show internal directories.
Click to hide internal directories.