Documentation ¶
Index ¶
- type Service
- func (o *Service) Compare(compareRequest *request.CompareRequest) (*response.ModelCompareBean, error)
- func (o *Service) Delete(compareId int64) (string, error)
- func (o *Service) GetDrawingCompareDiff(compareId int64, layer string, page, pageSize int) (*response.DrawingCompareDiffsBean, error)
- func (o *Service) GetElementChange(compareId int64, previousFileId int64, previousElementId string, ...) (*response.ModelCompareChangeBean, error)
- func (o *Service) GetModelCompareDiff(compareId int64, family, elementName string, page, pageSize int) (*response.ModelCompareDiffsBean, error)
- func (o *Service) GetStatus(compareId int64) (*response.ModelCompareBean, error)
- func (o *Service) GetTree(compareId int64) (*common.Tree, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { service.AbstractService //base class AccessTokenService *service.AccessTokenService }
Service ***
func NewService ¶
func NewService(serviceClient *utils.ServiceClient, endpoint *config.Endpoint, accessTokenService *service.AccessTokenService) *Service
NewService ***
func (*Service) Compare ¶
func (o *Service) Compare(compareRequest *request.CompareRequest) (*response.ModelCompareBean, error)
发起模型对比
func (*Service) GetDrawingCompareDiff ¶
func (o *Service) GetDrawingCompareDiff(compareId int64, layer string, page, pageSize int) (*response.DrawingCompareDiffsBean, error)
分页获取图纸对比结果 compareId必填,其他选填
func (*Service) GetElementChange ¶
func (*Service) GetModelCompareDiff ¶
func (o *Service) GetModelCompareDiff(compareId int64, family, elementName string, page, pageSize int) (*response.ModelCompareDiffsBean, error)
分页获取模型对比结果 compareId必填,其他选填
Click to show internal directories.
Click to hide internal directories.