Files
atomctl/pkg/ast/model/transformer.go
2025-03-22 18:23:26 +08:00

10 lines
226 B
Go

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"`
}