Documentation ¶
Index ¶
- type Service
- func (o *Service) Bake(kind string, objectId int64, config map[string]string, callback string) (*response.DataBagBean, error)
- func (o *Service) FileBake(fileId int64, config map[string]string, callback string) (*response.DataBagBean, error)
- func (o *Service) FileDefaultBake(fileId int64, callback string) (*response.DataBagBean, error)
- func (o *Service) GetBakeStatus(kind string, objectId int64) ([]*response.DataBagBean, error)
- func (o *Service) GetFileStatus(fileId int64) ([]*response.DataBagBean, error)
- func (o *Service) GetIntegrateStatus(integrateId int64) ([]*response.DataBagBean, error)
- func (o *Service) IntegrateBake(integrateId int64, config map[string]string, callback string) (*response.DataBagBean, error)
- func (o *Service) IntegrateDefaultBake(integrateId int64, callback string) (*response.DataBagBean, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service ***
func (*Service) Bake ¶
func (o *Service) Bake(kind string, objectId int64, config map[string]string, callback string) (*response.DataBagBean, error)
--------------------------------------------------------------------- kind must in [files, integrations]
func (*Service) FileDefaultBake ¶
func (*Service) GetBakeStatus ¶
func (*Service) GetFileStatus ¶
func (o *Service) GetFileStatus(fileId int64) ([]*response.DataBagBean, error)
func (*Service) GetIntegrateStatus ¶
func (o *Service) GetIntegrateStatus(integrateId int64) ([]*response.DataBagBean, error)
func (*Service) IntegrateBake ¶
func (*Service) IntegrateDefaultBake ¶
Click to show internal directories.
Click to hide internal directories.