status

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2023 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 Status

type Status int
const (
	None       Status = 0
	NextAction Status = 1
	Active     Status = 2
	Planning   Status = 3
	Delegated  Status = 4
	Waiting    Status = 5
	Hold       Status = 6
	Postponed  Status = 7
	Someday    Status = 8
	Canceled   Status = 9
	Reference  Status = 10
)

func All

func All() []Status

func String2Type

func String2Type(input string) Status

func Value2Type

func Value2Type(input int64) Status

func (Status) String

func (i Status) String() string

Jump to

Keyboard shortcuts

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