Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClosed = errors.New("closed") ErrDBFailed = errors.New("DB failed") ErrDBNotFound = errors.New("DB not found") ErrDBInvalidIndex = errors.New("DB invalid index") ErrEmpty = errors.New("empty") ErrInvalidRequest = errors.New("invalid request") ErrNotFound = errors.New("not found") ErrRetry = errors.New("retry") )
Functions ¶
This section is empty.
Types ¶
type Notificator ¶
type Notificator interface {
Wait(context.Context) error
Close(context.Context) error
Notify() error
}
Notificator common implementation located at:
"github.com/opoccomaxao-go/task-server/notificator".
Click to show internal directories.
Click to hide internal directories.