Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDirEmpty ¶
Types ¶
type ManifestCache ¶
type ManifestCache struct {
// contains filtered or unexported fields
}
func NewCache ¶
func NewCache(expiry, expiryJitter time.Duration, token, consoleURL string) *ManifestCache
func (*ManifestCache) Expire ¶
func (c *ManifestCache) Expire(id string)
func (*ManifestCache) ExpiryWithJitter ¶
func (c *ManifestCache) ExpiryWithJitter() time.Duration
func (*ManifestCache) Fetch ¶
func (c *ManifestCache) Fetch(svc *console.ServiceDeploymentForAgent) (string, error)
func (*ManifestCache) Wipe ¶
func (c *ManifestCache) Wipe()
Click to show internal directories.
Click to hide internal directories.