aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/doc.go
blob: 37be23f40eaaf0c2cf0c1ef09e6ed0d06faf0ff0 (about) (plain) (blame)
1
2
3
4
5
6
// Package service implements the protocol-independent receive-pack service.
//
// A Service borrows the stores, roots, 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