feat: add support bundle notice to viewer
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
package viewer
|
||||
|
||||
type pageData struct {
|
||||
Title string
|
||||
HasSnapshot bool
|
||||
Error string
|
||||
Meta []fieldRow
|
||||
Sections []sectionView
|
||||
Title string
|
||||
HasSnapshot bool
|
||||
Error string
|
||||
NoticeTitle string
|
||||
NoticeBody string
|
||||
DownloadArchiveURL string
|
||||
DownloadArchiveLabel string
|
||||
Meta []fieldRow
|
||||
Sections []sectionView
|
||||
}
|
||||
|
||||
type sectionView struct {
|
||||
|
||||
Reference in New Issue
Block a user