Searched defs:HookService (Results 1 – 2 of 2) sorted by relevance
95 service HookService { service98 rpc Hook(grpc.testing.Empty) returns (grpc.testing.Empty);100 rpc SetReturnStatus(SetReturnStatusRequest) returns (grpc.testing.Empty);102 rpc ClearReturnStatus(grpc.testing.Empty) returns (grpc.testing.Empty);
119 module HookService module