feat: CR login, register, subscribe
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package cachingdomain
|
||||
|
||||
import "time"
|
||||
|
||||
type CacheSpec struct {
|
||||
Key string
|
||||
TTL time.Duration
|
||||
Data any
|
||||
}
|
||||
Reference in New Issue
Block a user