Documentation
¶
Overview ¶
Package reminder provides error constructors for session reminder operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IDRequired ¶
func IDRequired() error
IDRequired returns an error when no reminder ID is provided.
Returns:
- error: "provide a reminder ID or use --all"
func InvalidID ¶
InvalidID returns an error for an unparseable ID string.
Parameters:
- value: the invalid ID string.
Returns:
- error: "invalid ID <value>"
func NotFound ¶
NotFound returns an error when no reminder matches the given ID.
Parameters:
- id: the ID that was not found.
Returns:
- error: "no reminder with ID <id>"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.