Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { //Create cache Create() error //Delete all elements in the cache Delete(bool) error }
Cache interface defining simple caching mechanisms
type LocalModuleCache ¶
type LocalModuleCache struct { //Configuration to use by the cache Configuration *terrafile.Config }
LocalModuleCache is an implimentation of the Module interface for creating a local cache to store modules.
func (*LocalModuleCache) Create ¶
func (c *LocalModuleCache) Create() error
Create all modules, storing them in the cache
func (*LocalModuleCache) Delete ¶
func (c *LocalModuleCache) Delete(deleteAll bool) error
Delete cache
Click to show internal directories.
Click to hide internal directories.