Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { Has(artifactType string, id string) (string, bool) Save(artifactType string, id string, src string) error CopyFrom(artifactType string, id string, dst string) error }
Cache functionality
type FolderCache ¶
type FolderCache struct {
// contains filtered or unexported fields
}
FolderCache cache storing the information into a folder in the OS
func (FolderCache) CopyFrom ¶
func (c FolderCache) CopyFrom(artifactType string, id string, dst string) error
CopyFrom the cache into a particular destination
Click to show internal directories.
Click to hide internal directories.