Documentation
¶
Index ¶
Constants ¶
View Source
const ( MappingOneToOne = iota + 1 // 一对一关系 MappingOneToMany // 一对多关系 MappingManyToMany // 多对多关系 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelDiagram ¶
type ModelDiagram struct { ID int64 RelationTypeUid string TargetModelUid string SourceModelUid string }
ModelDiagram 拓补图模型关联节点信息
type ModelRelation ¶
type RelationType ¶
type ResourceDiagram ¶
type ResourceDiagram struct { SRC []ResourceRelation DST []ResourceRelation }
Click to show internal directories.
Click to hide internal directories.