Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
Index represents the index file
type IndexEntry ¶
IndexEntry represents an entry in the index
type MessageStore ¶
type MessageStore struct {
// contains filtered or unexported fields
}
MessageStore manages topics and stores topic entries in text files
func NewMessageStore ¶
func NewMessageStore() *MessageStore
NewMessageStore creates a new instance of MessageStore
func (*MessageStore) Delete ¶
func (ms *MessageStore) Delete(topic string) error
Delete will remove the specified topic
Click to show internal directories.
Click to hide internal directories.