hook: Add the `ProcReceiveHook` server
For the ProcReceiveHook
to work we need to create a RPC which is called by the gitaly-hooks
binary. Before we create this RPC, let's note the definition of the RPC in the hook.proto
file.
With the creation of ProcReceiveHook
under the HookManager
, we can now create the ProcReceiveHook
server. The server simply propagates the data to/from the HookMananger.ProcReceiveHook
to the client.
Closes #4515 (closed)
Edited by Karthik Nayak