2024-01-08 15:39:39 +08:00

11 lines
124 B
Go

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