github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/providercache/doc.go (about) 1 // Package providercache contains the logic for auto-installing providers from 2 // packages obtained elsewhere, and for managing the local directories that 3 // serve as global or single-configuration caches of those auto-installed 4 // providers. 5 // 6 // It builds on the lower-level provider source functionality provided by 7 // the internal/getproviders package, adding the additional behaviors around 8 // obtaining the discovered providers and placing them in the cache 9 // directories for subsequent use. 10 package providercache