Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TODO ¶ added in v0.2.0
type TODO struct {
// contains filtered or unexported fields
}
TODO encapsulates the todo error information
func IssueClosedErr ¶
IssueClosedErr when referenced todo issue is closed
func IssueNonExistentErr ¶
IssueNonExistentErr when referenced todo issue doesn't exist
func MalformedTODOErr ¶
MalformedTODOErr when todo is not properly formatted
type TODOErrType ¶ added in v0.2.0
type TODOErrType string
TODOErrType is an enum representing the type of todo error
const ( TODOErrTypeMalformed TODOErrType = "Malformed todo" TODOErrTypeIssueClosed TODOErrType = "Issue is closed" TODOErrTypeNonExistentIssue TODOErrType = "Issue doesn't exist" )
supported todo error types enum
Click to show internal directories.
Click to hide internal directories.