mirror of
https://github.com/simon987/ws_bucket.git
synced 2025-12-17 00:29:17 +00:00
Auth with global secret for admin endpoints
This commit is contained in:
@@ -7,7 +7,8 @@ import (
|
||||
)
|
||||
|
||||
type GenericResponse struct {
|
||||
Ok bool `json:"ok"`
|
||||
Ok bool `json:"ok"`
|
||||
Message string `json:"message,omitempty"`
|
||||
}
|
||||
|
||||
type AllocateUploadSlotRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user