Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicatedError ¶
type DuplicatedError struct {
// contains filtered or unexported fields
}
func Duplicated ¶
func Duplicated(msg string) *DuplicatedError
func (*DuplicatedError) Error ¶
func (e *DuplicatedError) Error() string
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func NotFound ¶
func NotFound(msg string) *NotFoundError
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type TimedOutError ¶
type TimedOutError struct {
// contains filtered or unexported fields
}
func (*TimedOutError) Error ¶
func (e *TimedOutError) Error() string
Click to show internal directories.
Click to hide internal directories.