jetstream

package
v0.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2022 License: Apache-2.0 Imports: 13 Imported by: 72

Documentation

Index

Constants

View Source
const (
	UserID  = "user_id"
	RoomID  = "room_id"
	EventID = "event_id"
)

Variables

View Source
var (
	InputRoomEvent          = "InputRoomEvent"
	OutputRoomEvent         = "OutputRoomEvent"
	OutputSendToDeviceEvent = "OutputSendToDeviceEvent"
	OutputKeyChangeEvent    = "OutputKeyChangeEvent"
	OutputTypingEvent       = "OutputTypingEvent"
	OutputClientData        = "OutputClientData"
	OutputNotificationData  = "OutputNotificationData"
	OutputReceiptEvent      = "OutputReceiptEvent"
	OutputStreamEvent       = "OutputStreamEvent"
	OutputReadUpdate        = "OutputReadUpdate"
	RequestPresence         = "GetPresence"
	OutputPresenceEvent     = "OutputPresenceEvent"
)

Functions

func DeleteAllStreams added in v0.8.3

func DeleteAllStreams(js nats.JetStreamContext, cfg *config.JetStream)

func InputRoomEventSubj added in v0.7.0

func InputRoomEventSubj(roomID string) string

func JetStreamConsumer added in v0.6.1

func JetStreamConsumer(
	ctx context.Context, js nats.JetStreamContext, subj, durable string,
	f func(ctx context.Context, msg *nats.Msg) bool,
	opts ...nats.SubOpt,
) error

func Tokenise added in v0.7.0

func Tokenise(str string) string

Types

type NATSInstance added in v0.8.3

type NATSInstance struct {
	*natsserver.Server
	sync.Mutex
}

func (*NATSInstance) Prepare added in v0.8.3

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL