service

package
v0.0.1-dev-fe9d83c Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Operators map[string]Operator
)

Functions

func GetNodesByRole

func GetNodesByRole(roleName string) ([]definition.Node, error)

func RegisterOperator

func RegisterOperator(name string, operator Operator)

func WrapGoMicro

func WrapGoMicro(server *server.Server) micro.Service

Types

type Operator

type Operator interface {
	Name() string
	Init() error
	Sync()
	Stop()
}

Jump to

Keyboard shortcuts

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