Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewIntegratorServer)
Functions ¶
This section is empty.
Types ¶
type IntegratorServer ¶
type IntegratorServer struct {
// contains filtered or unexported fields
}
func NewIntegratorServer ¶
func NewIntegratorServer( conf *conf.ServerConf, integrateService *service.IntegrateService, registrar registry.Registrar, ) *IntegratorServer
NewIntegratorServer create integrator server
func (*IntegratorServer) Init ¶
func (s *IntegratorServer) Init() error
func (*IntegratorServer) Run ¶
func (s *IntegratorServer) Run(ctx context.Context, cleanUp func()) error
func (*IntegratorServer) Stop ¶
func (s *IntegratorServer) Stop() error
Click to show internal directories.
Click to hide internal directories.