Files
b2b/app/model/entry.go
Daniel Goc b2acb8c922 storage
2026-04-01 13:30:54 +02:00

7 lines
75 B
Go

package model
type EntryInList struct {
Name string
IsFolder bool
}