printer

package
v0.3.8 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	READY       = 1
	IN_PROGRESS = 2
	PROCESSED   = 3
	CLOSED      = 4
)

Variables

This section is empty.

Functions

func IndentString

func IndentString(input string, spaces int) string

func PrintIssue

func PrintIssue(param *PrintIssueParams)

func PrintIssueComments

func PrintIssueComments(param *PrintIssueCommentsParams)

func PrintIssues

func PrintIssues(param *PrintIssuesParams) string

func TimeDiffString

func TimeDiffString(t backlog.Timestamp) string

Types

type PrintIssueCommentsParams

type PrintIssueCommentsParams struct {
	Comment *backlog.IssueComment
}

type PrintIssueParams

type PrintIssueParams struct {
	Issue *backlog.Issue
	Conf  config.BacklogSettings
	Id    string
}

type PrintIssuesParams

type PrintIssuesParams struct {
	Issues  []*backlog.Issue
	Options table.Options
}

Jump to

Keyboard shortcuts

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