Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFoundLeader = errors.New("does not found leader") ErrNodeAlreadyExists = errors.New("node already exists") ErrNodeDoesNotExist = errors.New("node does not exist") ErrNodeNotReady = errors.New("node not ready") ErrNotFound = errors.New("not found") ErrTimeout = errors.New("timeout") ErrNoUpdate = errors.New("no update") ErrNil = errors.New("data is nil") ErrUnsupportedEvent = errors.New("unsupported event") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.