dataUpdate

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 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 DataUpdate

type DataUpdate interface {
	Subscribe(handle Handle) error
}

func NewDataUpdate

func NewDataUpdate(c conf.EventConf) (DataUpdate, error)

type Handle

type Handle func(ctx context.Context) UpdateHandle

type NatsClient

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

func (*NatsClient) Subscribe

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

type UpdateHandle

type UpdateHandle interface {
	ProductSchemaUpdate(info *events.DeviceUpdateInfo) error
}

Jump to

Keyboard shortcuts

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