models

package
v0.18.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Epic

type Epic struct {
	Summary     string   `yaml:"summary"`
	Description string   `yaml:"description"`
	Labels      []string `yaml:"labels,omitempty"`
	Tasks       []Task   `yaml:"tasks"`
}

func (*Epic) CheckRequirements

func (e *Epic) CheckRequirements() error

type Task

type Task struct {
	Summary     string   `yaml:"summary"`
	Description string   `yaml:"description"`
	Labels      []string `yaml:"labels,omitempty"`
	Type        string   `yaml:"type,omitempty"`
}

type Workplan

type Workplan struct {
	Epics         []Epic   `yaml:"epics"`
	Investigation string   `yaml:"investigation"`
	Project       string   `yaml:"project"`
	Labels        []string `yaml:"labels,omitempty"`
}

Jump to

Keyboard shortcuts

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