mq

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MQ

type MQ interface {
	InitTopic(ctx context.Context, projectID, topicID string) error
	InitSubscriber(ctx context.Context, projectID, topicID string, subIDs ...string) error
	Subscribe(projectID, subscription string, process func(context.Context, []byte) error) error
	Publish(distributedID int64, projectID, topicID string, message []byte) error
	Stop()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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