Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotAuthorized = errors.New("not authorized") ErrNotImplemented = errors.New("not implemented") ErrNotFound = errors.New("not found") ErrNotInitialized = errors.New("not initialized") ErrAlreadyInitialized = errors.New("already initialized") ErrAlreadyRunning = errors.New("already running") ErrNotReady = errors.New("not ready") ErrClosed = errors.New("closed") ErrIndexOutOfRange = errors.New("index out of range") ErrNotSupported = errors.New("not supported") ErrNotModified = errors.New("not modified") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.