Files
keepassgo/internal/appui/detail/model.go
T
2026-04-09 13:20:12 -07:00

18 lines
204 B
Go

package detail
type EmptyState struct {
Title string
Body string
}
type VaultSummary struct {
Title string
Detail string
Context string
}
type AttachmentItem struct {
Name string
Size int
}