MCPcopy Create free account
hub / github.com/daodst/chat / PublishMsg

Method PublishMsg

userapi/producers/syncapi.go:16–16  ·  view source on GitHub ↗
(*nats.Msg, ...nats.PubOpt)

Source from the content-addressed store, hash-verified

14
15type JetStreamPublisher interface {
16 PublishMsg(*nats.Msg, ...nats.PubOpt) (*nats.PubAck, error)
17}
18
19// SyncAPI produces messages for the Sync API server to consume.

Callers 15

SendAccountDataMethod · 0.80
sendNotificationDataMethod · 0.80
ProduceKeyChangesMethod · 0.80
queueInputRoomEventsMethod · 0.80
ProduceRoomEventsMethod · 0.80
SendReceiptMethod · 0.80
SendToDeviceMethod · 0.80
SendTypingMethod · 0.80
SendPresenceMethod · 0.80
MustPublishMsgsFunction · 0.80
SendStreamEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected