This commit is contained in:
crusader
2018-09-03 22:41:28 +09:00
parent c15fd7d46e
commit d5bc04d5ee
25 changed files with 25 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ func (m *RedisMatcher) Name(matchCtx *osm.MatchCtx) string {
return name
}
func (m *RedisMatcher) IsPrePacket(matchCtx *osm.MatchCtx) bool {
func (m *RedisMatcher) IsPrePacket() bool {
return false
}