Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTopicAlreadyExists = stdErrors.New("topic already exists") ErrDuplicateCommand = stdErrors.New("duplicate command") ErrTopicNotFound = stdErrors.New("topic not found") ErrCurrentNodeNotLeader = stdErrors.New("current node is not the leader") ErrBrokerNotFound = stdErrors.New("broker not found") ErrBrokerAlreadyExists = stdErrors.New("broker already exists") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.