server

package
v0.10.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handle

type Handle func(ctx context.Context) ServerHandle

type NatsClient

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

func (*NatsClient) Subscribe

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

type Server

type Server interface {
	Subscribe(handle Handle) error
}

func NewServer

func NewServer(c conf.EventConf, nodeID int64) (Server, error)

type ServerHandle

type ServerHandle interface {
	ActionCheck(req *deviceMsg.PublishMsg) error
}

Jump to

Keyboard shortcuts

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