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

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