MCPcopy Create free account
hub / github.com/bufbuild/buf / archiveReader

Struct archiveReader

private/pkg/github/githubtesting/archive_reader.go:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37const filelockTimeout = 10 * time.Second
38
39type archiveReader struct {
40 logger *slog.Logger
41 storageosProvider storageos.Provider
42 httpClient *http.Client
43 lock sync.Mutex
44}
45
46func newArchiveReader(
47 logger *slog.Logger,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected