Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache map[string]CacheEntry
func (*Cache) NeedsUpdate ¶
func (c *Cache) NeedsUpdate(name string, remoteApp, sourceApp *armappcontainers.ContainerApp) (bool, string)
func (*Cache) Set ¶
func (c *Cache) Set(name string, remoteApp, sourceApp *armappcontainers.ContainerApp)
type CacheEntry ¶
type CacheEntry struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.