Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBackendNotImplemented = streaming.ErrBackendNotConnected ErrUnsupportedBackend = streaming.ErrInvalidConfig )
Backend errors.
Functions ¶
func CreateStores ¶
func CreateStores(config BackendConfig) ( roomStore streaming.RoomStore, channelStore streaming.ChannelStore, messageStore streaming.MessageStore, presenceStore streaming.PresenceStore, typingStore streaming.TypingStore, distributed streaming.DistributedBackend, err error, )
CreateStores creates backend stores based on the backend type and configuration.
Types ¶
Click to show internal directories.
Click to hide internal directories.