(*common.NhpAuthRequest, *NhpServerPluginHelper)
| 24 | RegisterAgent(*common.NhpRegisterRequest, *NhpServerPluginHelper) (*common.ServerRegisterAckMsg, error) |
| 25 | ListService(*common.NhpListRequest, *NhpServerPluginHelper) (*common.ServerListResultMsg, error) |
| 26 | AuthWithNHP(*common.NhpAuthRequest, *NhpServerPluginHelper) (*common.ServerKnockAckMsg, error) |
| 27 | AuthWithHttp(*gin.Context, *common.HttpKnockRequest, *HttpServerPluginHelper) (*common.ServerKnockAckMsg, error) |
| 28 | } |
| 29 |
no outgoing calls
no test coverage detected