feat: add article page

This commit is contained in:
Solomon Victorino
2024-06-23 16:38:53 -06:00
parent 941cafc664
commit 0ced2495ee
10 changed files with 279 additions and 34 deletions

View File

@ -10,7 +10,7 @@ import (
)
type cachable interface {
data.Album | data.Song | data.Annotation | data.Artist | []byte
data.Album | data.Song | data.Annotation | data.Artist | data.Article | []byte
}
var c, _ = bigcache.New(context.Background(), bigcache.DefaultConfig(time.Hour*24))