driftctl/pkg/cmd/scan/output/config.go

7 lines
88 B
Go

package output
type OutputConfig struct {
Key string
Options map[string]string
}