subtask

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

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uuid.UUID

type Repository

type Repository interface {
	GetOne(ctx context.Context, id ID) (*SubTask, error)
}

type SubTask

type SubTask struct {
	ID            ID             `json:"id"`
	Summary       string         `json:"summary"`
	StoryPoint    *int           `json:"storyPoint"`
	BackLogItemID backlogitem.ID `json:"backLogItemId"`
}

type SubTaskList

type SubTaskList []SubTask

type SubTaskNode

type SubTaskNode struct {
	SubTask
}

type SubTaskNodeList

type SubTaskNodeList []SubTaskNode

Jump to

Keyboard shortcuts

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