Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatMessageStore ¶
type ChatMessageStore struct {
// contains filtered or unexported fields
}
func (*ChatMessageStore) StoreMessage ¶
func (D *ChatMessageStore) StoreMessage(m *messages.ChatMessage) error
type SubscriptionStore ¶
type SubscriptionStore struct {
}
func (*SubscriptionStore) NextSegmentSequence ¶
func (c *SubscriptionStore) NextSegmentSequence(id subscription.ChanID, info subscription.ChanInfo) (int64, int64, error)
func (*SubscriptionStore) StoreMessage ¶
func (c *SubscriptionStore) StoreMessage(ch subscription.ChanID, msg subscription.Message) error
Click to show internal directories.
Click to hide internal directories.