store download & add key
This commit is contained in:
@ -6,4 +6,7 @@ import (
|
||||
"m.cluseau.fr/go/httperr"
|
||||
)
|
||||
|
||||
var ErrNotFound = httperr.NewStd(404, http.StatusNotFound, "not found")
|
||||
var (
|
||||
ErrNotFound = httperr.NewStd(404, http.StatusNotFound, "not found")
|
||||
ErrInvalidToken = httperr.NewStd(403, http.StatusForbidden, "invalid token")
|
||||
)
|
||||
|
Reference in New Issue
Block a user