feat(core): server RequestHook support

This commit is contained in:
Toby 2024-06-15 14:15:56 -07:00
parent 4c2a905892
commit feacb1f85e
13 changed files with 416 additions and 19 deletions

View file

@ -25,6 +25,7 @@ func TestUDPSessionManager(t *testing.T) {
}
return m, nil
})
io.EXPECT().Hook(mock.Anything, mock.Anything).Return(nil, nil)
go sm.Run()