Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidTopicName = errors.New("invalid topic name")
)
Functions ¶
This section is empty.
Types ¶
type TopicService ¶
type TopicService struct {
// contains filtered or unexported fields
}
func NewTopicService ¶
func NewTopicService() *TopicService
func (*TopicService) Add ¶
func (s *TopicService) Add(name types.Topic, size types.HashRangeSize)
func (*TopicService) List ¶
func (s *TopicService) List() []*domain.Topic
Click to show internal directories.
Click to hide internal directories.