pubsub

package
v0.0.0-...-564de18 Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: Apache-2.0 Imports: 6 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 New

func New() *PubSub

func (*PubSub) HGetAll

func (ps *PubSub) HGetAll(ctx context.Context, key string) (map[string]string, error)

func (*PubSub) Publish

func (ps *PubSub) Publish(ctx context.Context, channel, message string) error

func (*PubSub) Subscribe

func (ps *PubSub) Subscribe(ctx context.Context, channels []string, onStart func() error, onMessage func(channel string, payload []byte) error) error

Jump to

Keyboard shortcuts

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