8 lines
233 B
Go
8 lines
233 B
Go
|
package providercache
|
||
|
|
||
|
// Installer is the main type in this package, representing a provider installer
|
||
|
// with a particular configuration-specific cache directory and an optional
|
||
|
// global cache directory.
|
||
|
type Installer struct {
|
||
|
}
|