dive/runtime/config/layer_view_config.go
2021-02-15 13:13:08 -05:00

5 lines
117 B
Go

package config
type layerViewConfig struct {
ShowAggregatedChanges bool `mapstructure:"show-aggregated-changes"`
}