Documentation ¶
Index ¶
- type Service
- func (s *Service) CreateAccount(ctx *rest.Contexts)
- func (s *Service) CreateSyncTask(ctx *rest.Contexts)
- func (s *Service) DeleteAccount(ctx *rest.Contexts)
- func (s *Service) DeleteSyncTask(ctx *rest.Contexts)
- func (s *Service) Healthz(req *restful.Request, resp *restful.Response)
- func (s *Service) SearchAccount(ctx *rest.Contexts)
- func (s *Service) SearchAccountValidity(ctx *rest.Contexts)
- func (s *Service) SearchSyncHistory(ctx *rest.Contexts)
- func (s *Service) SearchSyncRegion(ctx *rest.Contexts)
- func (s *Service) SearchSyncTask(ctx *rest.Contexts)
- func (s *Service) SearchVpc(ctx *rest.Contexts)
- func (s *Service) SetAuthorizer(authorizer ac.AuthorizeInterface)
- func (s *Service) SetEncryptor(cryptor cryptor.Cryptor)
- func (s *Service) UpdateAccount(ctx *rest.Contexts)
- func (s *Service) UpdateSyncTask(ctx *rest.Contexts)
- func (s *Service) VerifyConnectivity(ctx *rest.Contexts)
- 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 *logics.Logics EnableTxn bool // contains filtered or unexported fields }
func NewService ¶
func (*Service) CreateSyncTask ¶
func (*Service) DeleteSyncTask ¶
func (*Service) SearchAccountValidity ¶
查询云账户有效性
func (*Service) SearchSyncHistory ¶
func (*Service) SearchSyncRegion ¶
func (*Service) SearchSyncTask ¶
func (*Service) SetAuthorizer ¶
func (s *Service) SetAuthorizer(authorizer ac.AuthorizeInterface)
func (*Service) SetEncryptor ¶
func (*Service) UpdateSyncTask ¶
func (*Service) VerifyConnectivity ¶
云账户连通测试
func (*Service) WebService ¶
func (s *Service) WebService() *restful.Container
Click to show internal directories.
Click to hide internal directories.