status

package
v0.0.0-...-51943a4 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const AlternateNotStarted = "Not Started"

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status string
const (
	NotStarted Status = ""
	Working    Status = "Working"
	Abandoned  Status = "Abandoned"
	Solved     Status = "Solved"
	Backsolved Status = "Backsolved"
	Purchased  Status = "Purchased"
)

func ParseText

func ParseText(textPart string) (Status, error)

func (Status) IsSolved

func (s Status) IsSolved() bool

func (Status) IsValid

func (s Status) IsValid() bool

func (Status) Pretty

func (s Status) Pretty() string

func (Status) SolvedExclamation

func (s Status) SolvedExclamation() string

func (Status) SolvedVerb

func (s Status) SolvedVerb() string

Jump to

Keyboard shortcuts

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