Skip to content
  • Karthik Nayak's avatar
    proto: Add definition for ProcReceiveHook RPC · f10129dd
    Karthik Nayak authored
    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.
    
    In the following commits we'll define the client and the service
    following this definition.
    f10129dd