Event

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

README

事件发布 / 订阅

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type New

type New struct {
	// Use for Publish
	Client client.Client

	// Use for Subscribe
	Server server.Server
}

func (*New) Publish

func (e *New) Publish(topic string, ctx context.Context, msg interface{}) error

事件发布

func (*New) Subscribe

func (e *New) Subscribe(topic string, queue string, handler interface{}) error

事件订阅

Jump to

Keyboard shortcuts

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