Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MMD ¶
type MMD struct {
TablesMap map[string]Model // normalized table name to table metadata (map[CQ Table Name]Model)
// contains filtered or unexported fields
}
func (*MMD) GetDestTable ¶
type Spec ¶
type Spec struct {
// Optional, an alias for the table name
// Don't map different term sets to the same table - such scenario is not supported
Alias string `json:"alias"`
}
Spec is the configuration for MMD term set source
func (*Spec) SetDefault ¶ added in v1.6.0
func (*Spec) SetDefault()
SetDefault sets default values for MMD spec
Click to show internal directories.
Click to hide internal directories.