MCPcopy Create free account
hub / github.com/blobcache/blobcache / Service

Struct Service

src/blobcachecmd/service.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25var _ blobcache.Service = &Service{}
26
27type Service struct {
28 APIAddr string
29 ExecPath string
30}
31
32func (s *Service) Endpoint(ctx context.Context) (ep blobcache.Endpoint, _ error) {
33 var out bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected