update: readme.md; feat: add flag

This commit is contained in:
loveuer
2025-01-01 21:01:05 -08:00
parent 25b36157c7
commit a9039115d8
13 changed files with 192 additions and 75 deletions

View File

@ -9,6 +9,7 @@ import (
)
type Upp interface {
Debug() bool
UseCtx() context.Context
UseDB(ctx ...context.Context) *gorm.DB
UseCache() cache.Cache