MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / smsCache

Struct smsCache

internal/repository/cache/sms.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type smsCache struct {
24 client redis.Cmdable
25}
26
27func NewSMSCache(client redis.Cmdable) SMSCache {
28 return &smsCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected