Documentation ¶
Index ¶
- func InitOperatorApp(config2 *tiga.Configuration) *migrate.InitOperator
- func NewAPPSvr(config2 *tiga.Configuration, log logger.Logger) v1_2.AppsServiceServer
- func NewAuthzSvr(config2 *tiga.Configuration, log logger.Logger) v1.AuthServiceServer
- func NewEndpointSvr(config2 *tiga.Configuration, log logger.Logger) v1_3.EndpointServiceServer
- func NewFileSvr(config2 *tiga.Configuration, log logger.Logger) v1_4.FileServiceServer
- func NewSysSvr(config2 *tiga.Configuration, log logger.Logger) v1_5.SystemServiceServer
- type GatewayWorker
- type GatewayWorkerImpl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitOperatorApp ¶
func InitOperatorApp(config2 *tiga.Configuration) *migrate.InitOperator
func NewAPPSvr ¶
func NewAPPSvr(config2 *tiga.Configuration, log logger.Logger) v1_2.AppsServiceServer
func NewAuthzSvr ¶
func NewAuthzSvr(config2 *tiga.Configuration, log logger.Logger) v1.AuthServiceServer
func NewEndpointSvr ¶
func NewEndpointSvr(config2 *tiga.Configuration, log logger.Logger) v1_3.EndpointServiceServer
func NewFileSvr ¶
func NewFileSvr(config2 *tiga.Configuration, log logger.Logger) v1_4.FileServiceServer
func NewSysSvr ¶
func NewSysSvr(config2 *tiga.Configuration, log logger.Logger) v1_5.SystemServiceServer
Types ¶
type GatewayWorker ¶
type GatewayWorker interface {
// Start the worker
Start()
}
func New ¶
func New(config2 *tiga.Configuration, log logger.Logger, endpoint2 string) GatewayWorker
func NewGatewayWorkerImpl ¶
func NewGatewayWorkerImpl(daemon daemon.Daemon, server *gateway.GatewayServer) GatewayWorker
type GatewayWorkerImpl ¶
type GatewayWorkerImpl struct {
// contains filtered or unexported fields
}
func (*GatewayWorkerImpl) Start ¶
func (g *GatewayWorkerImpl) Start()
Click to show internal directories.
Click to hide internal directories.