shithub: furgit

ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /network/receivepack/service/doc.go/

View raw version
// Package service implements the protocol-independent receive-pack service.
//
// A Service borrows the stores, hooks, and I/O endpoints supplied in
// Options. Callers retain ownership of those dependencies and must keep them
// valid for each Execute call that uses them.
package service