pubsub

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PubSub

type PubSub struct {
	// contains filtered or unexported fields
}

func NewPubSub

func NewPubSub() *PubSub

func (*PubSub) Publish

func (ps *PubSub) Publish(topic string, message []byte)

func (*PubSub) Subscribe

func (ps *PubSub) Subscribe(topic string) (ch chan []byte, sub Sub)

func (*PubSub) Unsubscribe

func (ps *PubSub) Unsubscribe(sub Sub)

type Sub

type Sub struct {
	Id    int64
	Topic string
}

Jump to

Keyboard shortcuts

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