Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidStoreType = errors.New("invalid store type")
)
Functions ¶
func HandleSecret ¶
Types ¶
type RemoteStore ¶
func NewStore ¶
func NewStore(storeType StoreType) (RemoteStore, error)
type StoreType ¶
type StoreType string
const ( ACMStoreType StoreType = "acm" CloudflareStoreType StoreType = "cloudflare" DigitalOceanStoreType StoreType = "digitalocean" FilepathStoreType StoreType = "filepath" GCPStoreType StoreType = "gcp" HerokuStoreType StoreType = "heroku" IncapsulaStoreType StoreType = "incapsula" ThreatxStoreType StoreType = "threatx" VaultStoreType StoreType = "vault" )
func EnabledStores ¶
Click to show internal directories.
Click to hide internal directories.