Files
open-im-server/pkg/common/localcache/local/target.go
T

11 lines
124 B
Go
Raw Normal View History

2024-01-08 15:39:39 +08:00
package local
type Target interface {
IncrGetHit()
IncrGetSuccess()
IncrGetFailed()
IncrDelHit()
IncrDelNotFound()
}