mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
7 lines
214 B
Go
7 lines
214 B
Go
package config
|
|
|
|
type fileTreeViewConfig struct {
|
|
CollapseDir bool `mapstructure:"collapse-dir"`
|
|
PaneWidthRatio float64 `mapstructure:"pane-width"`
|
|
ShowAttributes bool `mapstructure:"show-attributes"`
|
|
}
|