add v2 API routes for admin and bug report management with rate limiting
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 43s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 43s
This commit is contained in:
@@ -5,9 +5,10 @@ import "time"
|
||||
type FileRole string
|
||||
|
||||
const (
|
||||
FileRoleAttachment FileRole = "attachment"
|
||||
FileRoleScreenshot FileRole = "screenshot"
|
||||
FileRoleLog FileRole = "log"
|
||||
FileRoleScreenshot FileRole = "screenshot"
|
||||
FileRoleMailFile FileRole = "mail_file"
|
||||
FileRoleLocalStorage FileRole = "localstorage"
|
||||
FileRoleConfig FileRole = "config"
|
||||
)
|
||||
|
||||
type BugReportFile struct {
|
||||
|
||||
Reference in New Issue
Block a user