managers

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureManager

type FeatureManager interface {
	// Start starts the managers
	Start() error

	// GetName returns name of the managers
	GetName() string

	// AddWorkerMessage dispatch the worker message to managers
	AddWorkerMessage(message workertypes.MessageContent)

	// Insert includes gm message creation/updation
	Insert(*clienttype.Message) error

	Delete(*clienttype.Message) error
}

FeatureManager defines feature managers

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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