feat: add transformer for model
This commit is contained in:
9
pkg/ast/model/transformer.go
Normal file
9
pkg/ast/model/transformer.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type Transformer struct {
|
||||
Ignores struct {
|
||||
Jet []string `mapstructure:"jet"`
|
||||
Model []string `mapstructure:"model"`
|
||||
} `mapstructure:"ignores"`
|
||||
Types map[string]map[string]string `mapstructure:"types"`
|
||||
}
|
||||
Reference in New Issue
Block a user