Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseDuration ¶
Only supports minutes, hours, and days
Types ¶
type InternalError ¶
type InternalError struct {
Message string
}
func NewInternalError ¶
func NewInternalError(message string) *InternalError
func (*InternalError) Error ¶
func (e *InternalError) Error() string
Click to show internal directories.
Click to hide internal directories.