scheduler

package
v0.0.0-...-9fd2f02 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: Apache-2.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	Schedulers    []defs.IScheduler                       `allimpls:""`
	RedisClient   redisc.RedisClientIOCInterface          `singleton:""`
	OpenTelemetry opentelemetry.OpenTelemetryIOCInterface `singleton:""`
	DBFactory     uorm.DBFactoryIOCInterface              `singleton:""`
	// contains filtered or unexported fields
}

func GetServerSingleton

func GetServerSingleton() (*Server, error)

func (*Server) RegistryServer

func (s *Server) RegistryServer() error

type ServerIOCInterface

type ServerIOCInterface interface {
	RegistryServer() error
}

func GetServerIOCInterfaceSingleton

func GetServerIOCInterfaceSingleton() (ServerIOCInterface, error)

type ThisServer

type ThisServer struct {
}

func (*ThisServer) This

func (t *ThisServer) This() ServerIOCInterface

Jump to

Keyboard shortcuts

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