sql: Refactor use of tables
This commit is contained in:
parent
85fe5b5c5a
commit
73d821e320
19 changed files with 191 additions and 83 deletions
|
|
@ -13,8 +13,11 @@ import (
|
|||
type Malt struct {
|
||||
component.Base
|
||||
|
||||
SQL *sql.SQL `auto:"true"`
|
||||
InstanceTable *sql.InstanceTable `auto:"true"`
|
||||
LockTable *sql.LockTable `auto:"true"`
|
||||
|
||||
TS *triplestore.Triplestore `auto:"true"`
|
||||
SQL *sql.SQL `auto:"true"`
|
||||
Meta *meta.Meta `auto:"true"`
|
||||
ExporterLog *logger.Logger `auto:"true"`
|
||||
Policy *policy.Policy `auto:"true"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue