model

package
v0.0.0-...-afd6d5e Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type BacklogItem

type BacklogItem struct {
	ID         string      `json:"id"`
	Type       BacklogType `json:"type"`
	Summary    string      `json:"summary"`
	StoryPoint *int        `json:"storyPoint"`
}

type BacklogType

type BacklogType string
const (
	BacklogTypeStory BacklogType = "STORY"
	BacklogTypeBug   BacklogType = "BUG"
)

func (BacklogType) IsValid

func (e BacklogType) IsValid() bool

func (BacklogType) MarshalGQL

func (e BacklogType) MarshalGQL(w io.Writer)

func (BacklogType) String

func (e BacklogType) String() string

func (*BacklogType) UnmarshalGQL

func (e *BacklogType) UnmarshalGQL(v interface{}) error

type NewBacklogItem

type NewBacklogItem struct {
	Type       BacklogType `json:"type"`
	Summary    string      `json:"summary"`
	StoryPoint *int        `json:"storyPoint"`
}

Jump to

Keyboard shortcuts

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