feat(serverv2): integrate gRPC (#21038)

Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
testinginprod
2024-07-30 09:26:16 +00:00
committed by GitHub
co-authored by Marko marbar3778
parent c4de9a9706
commit 8b47141655
11 changed files with 190 additions and 76 deletions
+1
View File
@@ -62,6 +62,7 @@ func TestListenerMux(t *testing.T) {
}
func callAllCallbacksOnces(t *testing.T, listener Listener) {
t.Helper()
if err := listener.InitializeModuleData(ModuleInitializationData{}); err != nil {
t.Error(err)
}