mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-29 05:38:45 +08:00
11 lines
124 B
Go
11 lines
124 B
Go
package local
|
|
|
|
type Target interface {
|
|
IncrGetHit()
|
|
IncrGetSuccess()
|
|
IncrGetFailed()
|
|
|
|
IncrDelHit()
|
|
IncrDelNotFound()
|
|
}
|