github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/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