Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetWithDescription ¶
type Attribute ¶
type Attribute struct {
ID string `json:"id"`
Name string `json:"name"`
AssetType string `json:"assetType"`
ConnectedColumns []ColumnWithTable `json:"connectedColumns"`
}
type ColumnWithTable ¶
type ColumnWithTable struct {
ID string `json:"id"`
Name string `json:"name"`
AssetType string `json:"assetType"`
Description string `json:"description"`
ConnectedTable *AssetWithDescription `json:"connectedTable"`
}
ColumnWithTable represents a column and its parent table in traversal tool outputs.
Click to show internal directories.
Click to hide internal directories.