issue

package
v0.0.0-...-5db230e Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(description string)

func GetActiveIssue

func GetActiveIssue() string

func List

func List()

func Switch

func Switch(hash string)

Types

type Issue

type Issue struct {
	Description string `json:"description"`
	CreatedAt   string `json:"created_at"`
	Tasks       []Task `json:"tasks"`
}

type LogTime

type LogTime struct {
	Start time.Time `json:"start"`
	Stop  time.Time `json:"stop"`
}

type Task

type Task struct {
	Description string    `json:"description"`
	LogTimes    []LogTime `json:"log_times"`
}

Jump to

Keyboard shortcuts

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