Versions in this module Expand all Collapse all v3 v3.0.1 May 16, 2023 Changes in this version + type DSLCondition struct + BoolAnd []DSLCondition + BoolOr []DSLCondition + Contain map[string]any + Match map[string]any + type FileIdWithElementIds struct + ElementIds []string + FileId string + type QueryDSLRequest struct + Query *DSLCondition + TargetIds []string + TargetType string v3.0.0 May 5, 2023 Changes in this version + type CompareRequest struct + Callback string + ComparedEntityType string + Config map[string]string + FollowingId int64 + Name string + PreviousId int64 + SourceId string + func NewCompareRequest(entityType string, previousId, followingId int64) *CompareRequest + type DataBagDerivativeRequest struct + Config map[string]string + func NewDataBagDerivativeRequest() *DataBagDerivativeRequest + type DataBagRequest struct + Callback string + CompareId *int64 + DataBagVersion string + FileId *int64 + IntegrateId *int64 + func NewDataBagRequest() *DataBagRequest + type FileElementIdsRequest []*FileIdHashWithElementIds + type FileIdHashWithElementIds struct + ElementIds []string + FileIdHash string + type FileIntegrateRequest struct + Callback string + Config map[string]string + FloorMapping []*FloorMappingItem + FloorSort []string + InternalConfigMap map[string]string + Name string + ParentIntegrateId int64 + PropertyOverrides []*common.PropertyOverride + RuleFileIds []interface{} + SourceId string + Sources []*IntegrateSource + SpecialtySort []string + func NewFileIntegrateRequest(name string) *FileIntegrateRequest + type FileTranslateRequest struct + Callback string + Config interface{} + Source *TranslateSource + func NewFileTranslateRequest(sourceFileId int64) *FileTranslateRequest + type FileTreeRequest struct + CustomizedNodeKeys map[string]string + DesiredHierarchy []string + func NewFileTreeRequest() *FileTreeRequest + type FileUploadRequest struct + Buffer bytes.Buffer + Name string + SourceId string + URL string + func NewFileUploadRequest() *FileUploadRequest + func (o *FileUploadRequest) IsByURL() bool + type FloorMappingItem struct + FileFloorId string + ProjectFloorId string + ProjectFloorName string + type GroupAndKeysPair struct + Group string + Keys []string + type IntegrateQueryRequest struct + AppKey string + EndDate string + FileName string + IntegrateId string + IntegrateType string + PageNo int + PageSize int + ProjectId int64 + SortType string + SourceId string + StartDate string + Status int + func NewIntegrateQueryRequest() *IntegrateQueryRequest + type IntegrateSource struct + Building string + DatabagId string + FileId int64 + FileName string + Floor string + FloorSort float64 + Specialty string + SpecialtySort float64 + Transform []float64 + func NewIntegrateSource(fileId int64, floor, specialty string) *IntegrateSource + type IntegrationTreeOptionalRequest struct + CustomizedNodeKeys map[string]string + FileIdElementIds []*FileIdHashWithElementIds + SortedNamesHierarchy [][]string + Sorts []*TreeNodeSort + func NewIntegrationTreeOptionalRequest() *IntegrationTreeOptionalRequest + type PropertyFilterRequest struct + ElementIds []string + Filter []GroupAndKeysPair + func NewPropertyFilterRequest() *PropertyFilterRequest + type TranslateQueryRequest struct + AppKey string + EndDate string + FileId string + FileName string + PageNo int + PageSize int + SortType string + SourceId string + StartDate string + Status int + Suffix string + func NewTranslateQueryRequest() *TranslateQueryRequest + type TranslateSource struct + Compressed bool + FileId int64 + RootName string + func NewTranslateSource(fileId int64) *TranslateSource + type TreeNodeSort struct + NodeType int + SortBy string + SortedValues []string Other modules containing this package github.com/chnykn/bimface github.com/chnykn/bimface/v2