Skip to main content

fp

函数名函数描述/介绍
fp.GetAllFingerprint
fp.MatchRsp
fp.MatchRspByRule

函数定义#

GetAllFingerprint#

详细描述#

定义#

GetAllFingerprint() chan *schema.GeneralRule

返回值#

返回值(顺序)返回值类型返回值解释
r1chan *schema.GeneralRule

MatchRsp#

详细描述#

定义#

MatchRsp(rsp []byte) []string

参数#

参数名参数类型参数解释
rsp[]byte

返回值#

返回值(顺序)返回值类型返回值解释
r1[]string

MatchRspByRule#

详细描述#

定义#

MatchRspByRule(rsp []byte, rule any) bool

参数#

参数名参数类型参数解释
rsp[]byte
ruleany

返回值#

返回值(顺序)返回值类型返回值解释
r1bool