subscribe

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ThingsDeliverGroup = "things_timed_job_group"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Handle

type Handle func(ctx context.Context) ServerEvent

type NatsClient

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

func (*NatsClient) Subscribe

func (n *NatsClient) Subscribe(handle Handle) error

type ServerEvent

type ServerEvent interface {
	DataClean() error
}

type SubApp

type SubApp interface {
	Subscribe(handle Handle) error
}

func NewSubServer

func NewSubServer(c conf.EventConf, nodeID int64) (SubApp, error)

Jump to

Keyboard shortcuts

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