Files
open-im-server/pkg/localcache/local/target.go
T
2024-01-12 17:51:01 +08:00

11 lines
124 B
Go

package local
type Target interface {
IncrGetHit()
IncrGetSuccess()
IncrGetFailed()
IncrDelHit()
IncrDelNotFound()
}