MCPcopy
hub / github.com/vulcand/vulcand / T

Interface T

plugin/cacheprovider/CacheProvider.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "golang.org/x/crypto/acme/autocert"
4
5type T interface {
6 GetAutoCertCache() autocert.Cache
7}

Callers 84

NewFunction · 0.65
CfgWithStatsMethod · 0.80
syncServersFunction · 0.80
AppendRTMToMethod · 0.80
UpdateMethod · 0.95
BackendKeyMethod · 0.45
UpsertFrontendMethod · 0.45
DeleteFrontendMethod · 0.45
UpsertFrontendMethod · 0.80
DeleteFrontendMethod · 0.80
ServeHTTPMethod · 0.45
UpsertBackendMethod · 0.80

Implementers 4

noOpCacheProviderplugin/cacheprovider/NoOpCacheProvider
etcdv3CacheProviderplugin/cacheprovider/EtcdV3CacheProvid
memCacheProviderplugin/cacheprovider/MemCacheProvider.
etcdv2CacheProviderplugin/cacheprovider/EtcdV2CacheProvid

Calls

no outgoing calls

Tested by

no test coverage detected