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 (*Server) RegistryServer ¶
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
Click to show internal directories.
Click to hide internal directories.