| 37 | var regexpType = reflect.TypeOf(Regexp{}) |
| 38 | |
| 39 | type Plugin interface { |
| 40 | // 可能的入参类型:FirstConfig 第一次初始化配置,Config 后续配置更新,SE系列(StateEvent)流状态变化事件 |
| 41 | OnEvent(any) |
| 42 | } |
| 43 | |
| 44 | type TCPPlugin interface { |
| 45 | Plugin |
nothing calls this directly
no outgoing calls
no test coverage detected