cache

package
v0.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppCache added in v0.0.5

type AppCache map[string]AppCacheEntry

func NewAppCache added in v0.0.5

func NewAppCache() *AppCache

func (*AppCache) NeedsUpdate added in v0.0.5

func (c *AppCache) NeedsUpdate(name string, remoteApp, sourceApp *armappcontainers.ContainerApp) (bool, string)

func (*AppCache) Set added in v0.0.5

func (c *AppCache) Set(name string, remoteApp, sourceApp *armappcontainers.ContainerApp)

type AppCacheEntry added in v0.0.5

type AppCacheEntry struct {
	// contains filtered or unexported fields
}

type SecretCache added in v0.0.5

type SecretCache map[string]SecretCacheEntry

func NewSecretCache added in v0.0.5

func NewSecretCache() *SecretCache

func (*SecretCache) Get added in v0.0.5

func (c *SecretCache) Get(name string) (string, bool)

func (*SecretCache) NeedsUpdate added in v0.0.5

func (c *SecretCache) NeedsUpdate(name string, modified time.Time) bool

func (*SecretCache) Set added in v0.0.5

func (c *SecretCache) Set(name string, value string, modified time.Time)

type SecretCacheEntry added in v0.0.5

type SecretCacheEntry struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL