wheat-cache/pkg/errorx/lru.go

10 lines
175 B
Go

package errorx
func LruNotWorkFuncEventErr() error {
return New("the event haven't work of function")
}
func KeyBaseIsNilErr() error {
return New("key base not is nil")
}