consumer

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: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	Consumers     []defs.IConsumer                        `allimpls:""`
	OpenTelemetry opentelemetry.OpenTelemetryIOCInterface `singleton:""`
	DBFactory     uorm.DBFactoryIOCInterface              `singleton:""`
}

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