feat: proxy download image

This commit is contained in:
loveuer
2024-04-15 18:02:54 +08:00
parent c5d0b8e45b
commit 410a4c0d8d
57 changed files with 10913 additions and 316 deletions

View File

@ -5,8 +5,11 @@ import "errors"
const (
DefaultMaxSize = 32 * 1024 * 1024
ReferrersEnabled = true
BaseAddress = "repo.me"
)
var (
Debug = false
ErrNotFound = errors.New("not found")
)