MCPcopy
hub / github.com/perkeep/perkeep / imp

Struct imp

pkg/importer/swarm/swarm.go:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83var ErrPaymentRequired = errors.New("payment required for API calls")
84
85type imp struct {
86 mu sync.Mutex // guards following
87 imageFileRef map[string]blob.Ref // url to file schema blob
88
89 importer.OAuth2 // for CallbackRequestAccount and CallbackURLParameters
90}
91
92func (*imp) Properties() importer.Properties {
93 return importer.Properties{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected