tatakai

Results 2 issues of tatakai

for example I have a struct as input parameter ```go type Account struct { AccountType int `json:"account_type"` } ``` Then I start swagger by using https://github.com/swaggo/gin-swagger. The paramters example value...

Is there any way that I can use this cache like map[string]any, I mean using get operation as following? ```go val, err := mycache.Get(ctx, key) ``` The difference is, I...