9 lines
146 B
Go
9 lines
146 B
Go
package list
|
|
|
|
type EntriesSectionState struct {
|
|
Path []string
|
|
SearchQuery string
|
|
SelectedEntryID string
|
|
Editing bool
|
|
}
|