Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Handlers []defs.IGrpcServiceHandler `allimpls:""` SentinelLoader sentinel.SentinelLoaderIOCInterface `singleton:""` LoggerMiddleware middleware.LoggerMiddlewareIOCInterface `singleton:""` TraceMiddleware middleware.TraceMiddlewareIOCInterface `singleton:""` SentinelMiddleware middleware.SentinelMiddlewareIOCInterface `singleton:""` AuthMiddleware middleware.AuthMiddlewareIOCInterface `singleton:""` }
func GetServerSingleton ¶
type ServerIOCInterface ¶
type ServerIOCInterface interface {
RunServer() 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.