Home
last modified time | relevance | path

Searched defs:StorageView (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-kv/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-centrify/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/security/vault/vault-1.8.2/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
24 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
53 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
74 func (s *StorageView) Delete(ctx context.Context, key string) error {
84 func (s *StorageView) Prefix() string {
89 func (s *StorageView) SubView(prefix string) *StorageView {
95 func (s *StorageView) SanityCheck(key string) error {
103 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault/sdk/logical/
H A Dstorage_view.go9 type StorageView struct { struct
10 storage Storage
11 prefix string
26 func (s *StorageView) List(ctx context.Context, prefix string) ([]string, error) {
57 func (s *StorageView) Put(ctx context.Context, entry *StorageEntry) error {
78 func (s *StorageView) Delete(ctx context.Context, key string) error {
88 func (s *StorageView) Prefix() string {
93 func (s *StorageView) SubView(prefix string) *StorageView {
99 func (s *StorageView) SanityCheck(key string) error {
107 func (s *StorageView) ExpandKey(suffix string) string {
[all …]

1234