mirror of
https://github.com/wagoodman/dive
synced 2026-03-16 23:35:50 +01:00
5 lines
117 B
Go
5 lines
117 B
Go
package config
|
|
|
|
type layerViewConfig struct {
|
|
ShowAggregatedChanges bool `mapstructure:"show-aggregated-changes"`
|
|
}
|