Update to new goprogram version
This commit is contained in:
parent
7bd9570bc0
commit
873fdcd5c2
106 changed files with 478 additions and 825 deletions
|
|
@ -15,16 +15,16 @@ import (
|
|||
type Malt struct {
|
||||
component.Base
|
||||
|
||||
SQL *sql.SQL `auto:"true"`
|
||||
InstanceTable *sql.InstanceTable `auto:"true"`
|
||||
LockTable *sql.LockTable `auto:"true"`
|
||||
SQL *sql.SQL `inject:"true"`
|
||||
InstanceTable *sql.InstanceTable `inject:"true"`
|
||||
LockTable *sql.LockTable `inject:"true"`
|
||||
|
||||
TS *triplestore.Triplestore `auto:"true"`
|
||||
Meta *meta.Meta `auto:"true"`
|
||||
ExporterLog *logger.Logger `auto:"true"`
|
||||
Policy *policy.Policy `auto:"true"`
|
||||
TS *triplestore.Triplestore `inject:"true"`
|
||||
Meta *meta.Meta `inject:"true"`
|
||||
ExporterLog *logger.Logger `inject:"true"`
|
||||
Policy *policy.Policy `inject:"true"`
|
||||
|
||||
Docker *docker.Docker `auto:"true"`
|
||||
Docker *docker.Docker `inject:"true"`
|
||||
|
||||
Keys *sshkeys.SSHKeys `auto:"true"`
|
||||
Keys *sshkeys.SSHKeys `inject:"true"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue