瀏覽代碼

missing function

v2ray 9 年之前
父節點
當前提交
21ab26f41f
共有 1 個文件被更改,包括 4 次插入0 次删除
  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