Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDataModel ¶ added in v1.2.30
GenerateDataModel takes all the types in parentAppName and generates data model diagrams for it
Types ¶
type DataModelParam ¶
type DataModelParam struct {
datamodeldiagram.DataModelParam
}
type DataModelView ¶
type DataModelView struct {
datamodeldiagram.DataModelView
}
func (*DataModelView) GenerateDataView ¶
func (v *DataModelView) GenerateDataView(dataParam *DataModelParam, appName string, tMap TypeMap) string
type TypeData ¶ added in v1.4.123
type TypeData struct {
// contains filtered or unexported fields
}
type TypeMap ¶ added in v1.4.123
func FromSyslTypeMap ¶ added in v1.4.123
func RecursivelyGetTypes ¶ added in v1.4.29
Click to show internal directories.
Click to hide internal directories.