18 lines
204 B
Go
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
|
|
}
|