Documentation ¶
Index ¶
- type Service
- func (s *Service) Healthz(req *restful.Request, resp *restful.Response)
- func (s *Service) InitAuthCenter(req *restful.Request, resp *restful.Response)
- func (s *Service) SetApiSrvAddr(ccApiSrvAddr string)
- func (s *Service) SetAuthcenter(authCenter *authcenter.AuthCenter)
- func (s *Service) SetDB(db dal.RDB)
- func (s *Service) SetSystemConfiguration(req *restful.Request, resp *restful.Response)
- 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 { *backbone.Engine Config options.Config // contains filtered or unexported fields }
func NewService ¶
func (*Service) InitAuthCenter ¶
func (s *Service) InitAuthCenter(req *restful.Request, resp *restful.Response)
func (*Service) SetApiSrvAddr ¶
func (*Service) SetAuthcenter ¶
func (s *Service) SetAuthcenter(authCenter *authcenter.AuthCenter)
func (*Service) SetSystemConfiguration ¶
func (s *Service) SetSystemConfiguration(req *restful.Request, resp *restful.Response)
SetSystemConfiguration used for set variable in cc_System table
func (*Service) WebService ¶
func (s *Service) WebService() *restful.Container
Click to show internal directories.
Click to hide internal directories.