Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbMetadata ¶
type DbMetadata map[string]SchemaMetadata
func LoadMetadata ¶
func LoadMetadata(host string, port uint16, username string, password string, schemas conf.SchemasConf) (DbMetadata, error)
type SchemaMetadata ¶
type SchemaMetadata map[string]TableMetadata
type TableMetadata ¶
type TableMetadata []string
Click to show internal directories.
Click to hide internal directories.