| 25 | var _ blobcache.Service = &Service{} |
| 26 | |
| 27 | type Service struct { |
| 28 | APIAddr string |
| 29 | ExecPath string |
| 30 | } |
| 31 | |
| 32 | func (s *Service) Endpoint(ctx context.Context) (ep blobcache.Endpoint, _ error) { |
| 33 | var out bytes.Buffer |
nothing calls this directly
no outgoing calls
no test coverage detected