Два API-эндпоинта

This commit is contained in:
lost+skunk 2024-09-03 15:36:19 +03:00
parent 1464584264
commit db53a8bd90
10 changed files with 115 additions and 48 deletions

View file

@ -11,6 +11,11 @@ import (
"git.macaw.me/skunky/devianter"
)
var Release struct {
Version string
Description string
}
type cache_config struct {
Enabled bool
Path string