Home
last modified time | relevance | path

Searched defs:StoragePacker (Results 1 – 14 of 14) sorted by relevance

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) BucketPath(bucketKey string) string {
56 func (s *StoragePacker) View() logical.Storage {
132 func (s *StoragePacker) BucketIndex(key string) uint8 {
139 func (s *StoragePacker) BucketKey(itemID string) string {
145 func (s *StoragePacker) DeleteItem(itemID string) error {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) BucketPath(bucketKey string) string {
56 func (s *StoragePacker) View() logical.Storage {
132 func (s *StoragePacker) BucketIndex(key string) uint8 {
139 func (s *StoragePacker) BucketKey(itemID string) string {
145 func (s *StoragePacker) DeleteItem(itemID string) error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) BucketPath(bucketKey string) string {
56 func (s *StoragePacker) View() logical.Storage {
132 func (s *StoragePacker) BucketIndex(key string) uint8 {
139 func (s *StoragePacker) BucketKey(itemID string) string {
145 func (s *StoragePacker) DeleteItem(itemID string) error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) BucketPath(bucketKey string) string {
56 func (s *StoragePacker) View() logical.Storage {
132 func (s *StoragePacker) BucketIndex(key string) uint8 {
139 func (s *StoragePacker) BucketKey(itemID string) string {
145 func (s *StoragePacker) DeleteItem(itemID string) error {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/security/vault/vault-1.8.2/helper/storagepacker/
H A Dstoragepacker.go30 type StoragePacker struct { struct
31 view logical.Storage
32 logger log.Logger
33 storageLocks []*locksutil.LockEntry
34 viewPrefix string
38 func (s *StoragePacker) View() logical.Storage {
115 func (s *StoragePacker) BucketKey(itemID string) string {
128 func (s *StoragePacker) DeleteItem(ctx context.Context, itemID string) error {
230 func (s *StoragePacker) putBucket(ctx context.Context, bucket *Bucket) error {
270 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/helper/storagepacker/
H A Dstoragepacker.go29 type StoragePacker struct { struct
30 view logical.Storage
31 logger log.Logger
32 storageLocks []*locksutil.LockEntry
33 viewPrefix string
37 func (s *StoragePacker) View() logical.Storage {
42 func (s *StoragePacker) GetBucket(key string) (*Bucket, error) {
114 func (s *StoragePacker) BucketKey(itemID string) string {
127 func (s *StoragePacker) DeleteItem(_ context.Context, itemID string) error {
295 func (s *StoragePacker) GetItem(itemID string) (*Item, error) {
[all …]