package
0.0.0-20221107000317-527e48b83c7f
Repository: https://github.com/ryanpfalz/go-openapi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewErrorf instantiates a new error.
WrapErrorf returns a wrapped error.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
PriorityHigh indicates an urgent task that must be completed as soon as possible.
PriorityLow indicates a non urgent task.
PriorityMedium indicates a task that should be completed soon.
PriorityNone indicates the task needs to be prioritized.

# Structs

CreateParams defines the arguments used for creating Task records.
Dates indicates a point in time where a task starts or completes, dates are not enforced on Tasks.
Error represents an error that could be wrapping another error, it includes a code for determining what triggered the error.
SearchParams defines the arguments used for searching Task records.
SearchResults defines the collection of tasks that were found.
Task is an activity that needs to be completed within a period of time.

# Type aliases

Category is human readable value meant to be used to organize your tasks.
ErrorCode defines supported error codes.
Priority indicates how important a Task is.