Documentation ¶
Index ¶
- type Service
- func (s *Service) Find(req *restful.Request, resp *restful.Response)
- func (s *Service) Healthz(req *restful.Request, resp *restful.Response)
- func (s *Service) InitBackground()
- func (s *Service) SetIdentifierFlag(req *restful.Request, resp *restful.Response)
- func (s *Service) SetSynchronizeServer(synchronizeSrv synchronize.SynchronizeClientInterface)
- func (s *Service) WebService() *restful.Container
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { *options.Config *backbone.Engine CacheDB *redis.Client // contains filtered or unexported fields }
func (*Service) InitBackground ¶
func (s *Service) InitBackground()
InitBackground initialization backgroud task
func (*Service) SetIdentifierFlag ¶
func (s *Service) SetIdentifierFlag(req *restful.Request, resp *restful.Response)
SetIdentifierFlag set cmdb synchronize identifier flag
func (*Service) SetSynchronizeServer ¶
func (s *Service) SetSynchronizeServer(synchronizeSrv synchronize.SynchronizeClientInterface)
func (*Service) WebService ¶
func (s *Service) WebService() *restful.Container
Click to show internal directories.
Click to hide internal directories.