MCPcopy
hub / github.com/perkeep/perkeep / azureStorage

Struct azureStorage

pkg/blobserver/azure/azure.go:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51)
52
53type azureStorage struct {
54 azureClient *storage.Client
55 container string
56 hostname string
57 cache *memory.Storage // or nil for no cache
58}
59
60func (sto *azureStorage) String() string {
61 return fmt.Sprintf("\"azure\" blob storage at host %q, container %q", sto.hostname, sto.container)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected