Explorar o código

missing function

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
21ab26f41f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      app/router/rules/router.go

+ 4 - 0
app/router/rules/router.go

@@ -40,6 +40,10 @@ func (this *cacheEntry) Extend() {
 	this.validUntil = time.Now().Add(time.Hour)
 }
 
+func (this *cacheEntry) Release() {
+
+}
+
 type Router struct {
 	config    *RouterRuleConfig
 	cache     *collect.ValidityMap