fieldcreate

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdCreateField

func NewCmdCreateField(f *cmdutil.Factory, runF func(config createFieldConfig) error) *cobra.Command

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"`
}

since this api is still in preview, this struct doesn't yet exist in githubv4

Jump to

Keyboard shortcuts

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