Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 2790) sorted by relevance

12345678910>>...112

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/mocks/
H A Dmocked_wrapper.go12 type Wrapper struct { struct
17 configPathReturns struct {
48 deviceReturns struct {
70 devicesReturns struct {
81 folderReturns struct {
124 gUIReturns struct {
167 lDAPReturns struct {
178 modifyReturns struct {
190 myIDReturns struct {
256 saveReturns struct {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-jsonw/
H A Djsonw.go14 type Wrapper struct { struct
15 dat interface{}
16 err *Error
17 access []string
34 func (w *Wrapper) Marshal() ([]byte, error) {
39 func (w *Wrapper) MarshalJSON() ([]byte, error) {
43 func (w *Wrapper) MarshalPretty() string {
52 func (w *Wrapper) MarshalToDebug() string {
127 func (i *Wrapper) Error() (e error) {
218 func (i *Wrapper) AccessPath() string {
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Daswrappedcall.hpp28 template <typename T> struct Wrapper {}; struct
38 struct Wrapper<void (*)(void)> { struct
45 struct Wrapper<R (*)(void)> { struct
52 struct Wrapper<void (T::*)(void)> { struct
59 struct Wrapper<R (T::*)(void)> { struct
118 struct Wrapper<void (*)(A0)> { struct
126 struct Wrapper<R (*)(A0)> { struct
134 struct Wrapper<void (T::*)(A0)> { struct
142 struct Wrapper<R (T::*)(A0)> { struct
209 struct Wrapper<void (*)(A0, A1)> { struct
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/
H A Dazurekeyvault.go34 type Wrapper struct { struct
35 tenantID string
36 clientID string
37 clientSecret string
38 vaultName string
39 keyName string
41 currentKeyID *atomic.Value
43 environment azure.Environment
44 client *keyvault.BaseClient
170 func (v *Wrapper) Type() string {
[all …]
/dports/security/vault/go-kms-wrapping-entropy-v0.1.0/wrappers/azurekeyvault/
H A Dazurekeyvault.go34 type Wrapper struct { struct
35 tenantID string
36 clientID string
37 clientSecret string
38 vaultName string
39 keyName string
41 currentKeyID *atomic.Value
43 environment azure.Environment
44 client *keyvault.BaseClient
170 func (v *Wrapper) Type() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/awskms/
H A Dawskms.go36 type Wrapper struct { struct
37 accessKey string
38 secretKey string
39 sessionToken string
40 region string
41 keyID string
42 endpoint string
44 currentKeyID *atomic.Value
46 client kmsiface.KMSAPI
48 logger hclog.Logger
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/
H A Dazurekeyvault.go34 type Wrapper struct { struct
35 tenantID string
36 clientID string
37 clientSecret string
38 vaultName string
39 keyName string
41 currentKeyID *atomic.Value
43 environment azure.Environment
44 client *keyvault.BaseClient
170 func (v *Wrapper) Type() string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/awskms/
H A Dawskms.go35 type Wrapper struct { struct
36 accessKey string
37 secretKey string
38 sessionToken string
39 region string
40 keyID string
41 endpoint string
43 currentKeyID *atomic.Value
45 client kmsiface.KMSAPI
152 func (k *Wrapper) Type() string {
[all …]
/dports/security/vault/go-kms-wrapping-entropy-v0.1.0/wrappers/awskms/
H A Dawskms.go35 type Wrapper struct { struct
36 accessKey string
37 secretKey string
38 sessionToken string
39 region string
40 keyID string
41 endpoint string
43 currentKeyID *atomic.Value
45 client kmsiface.KMSAPI
152 func (k *Wrapper) Type() string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/
H A Docikms.go43 type Wrapper struct { struct
45 keyID string // OCI KMS keyID
47 cryptoEndpoint string // OCI KMS crypto endpoint
48 managementEndpoint string // OCI KMS management endpoint
159 func (k *Wrapper) Type() string {
163 func (k *Wrapper) KeyID() string {
167 func (k *Wrapper) HMACKeyID() string {
171 func (k *Wrapper) Init(context.Context) error {
175 func (k *Wrapper) Finalize(context.Context) error {
318 func (k *Wrapper) getRequestMetadata() common.RequestMetadata {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/
H A Docikms.go43 type Wrapper struct { struct
45 keyID string // OCI KMS keyID
47 cryptoEndpoint string // OCI KMS crypto endpoint
48 managementEndpoint string // OCI KMS management endpoint
159 func (k *Wrapper) Type() string {
163 func (k *Wrapper) KeyID() string {
167 func (k *Wrapper) HMACKeyID() string {
171 func (k *Wrapper) Init(context.Context) error {
175 func (k *Wrapper) Finalize(context.Context) error {
318 func (k *Wrapper) getRequestMetadata() common.RequestMetadata {
[all …]
/dports/security/vault/go-kms-wrapping-entropy-v0.1.0/wrappers/ocikms/
H A Docikms.go43 type Wrapper struct { struct
45 keyID string // OCI KMS keyID
47 cryptoEndpoint string // OCI KMS crypto endpoint
48 managementEndpoint string // OCI KMS management endpoint
159 func (k *Wrapper) Type() string {
163 func (k *Wrapper) KeyID() string {
167 func (k *Wrapper) HMACKeyID() string {
171 func (k *Wrapper) Init(context.Context) error {
175 func (k *Wrapper) Finalize(context.Context) error {
318 func (k *Wrapper) getRequestMetadata() common.RequestMetadata {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/
H A Dgcpckms.go37 type Wrapper struct { struct
42 project string
43 location string
44 keyRing string
45 cryptoKey string
48 userAgent string
50 currentKeyID *atomic.Value
52 client *cloudkms.KeyManagementClient
177 func (s *Wrapper) Type() string {
182 func (s *Wrapper) KeyID() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/
H A Dgcpckms.go37 type Wrapper struct { struct
42 project string
43 location string
44 keyRing string
45 cryptoKey string
48 userAgent string
50 currentKeyID *atomic.Value
52 client *cloudkms.KeyManagementClient
177 func (s *Wrapper) Type() string {
182 func (s *Wrapper) KeyID() string {
[all …]
/dports/security/vault/go-kms-wrapping-entropy-v0.1.0/wrappers/gcpckms/
H A Dgcpckms.go37 type Wrapper struct { struct
42 project string
43 location string
44 keyRing string
45 cryptoKey string
48 userAgent string
50 currentKeyID *atomic.Value
52 client *cloudkms.KeyManagementClient
177 func (s *Wrapper) Type() string {
182 func (s *Wrapper) KeyID() string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/aead/
H A Daead.go14 type Wrapper struct { struct
15 keyBytes []byte
16 aead cipher.AEAD
31 func (s *Wrapper) GetKeyBytes() []byte {
35 func (s *Wrapper) SetAEAD(aead cipher.AEAD) {
40 func (s *Wrapper) SetAESGCMKeyBytes(key []byte) error {
57 func (s *Wrapper) Init(_ context.Context) error {
63 func (s *Wrapper) Finalize(_ context.Context) error {
68 func (s *Wrapper) Type() string {
73 func (s *Wrapper) KeyID() string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/transit/
H A Dtransit.go15 type Wrapper struct { struct
16 logger hclog.Logger
17 client transitClientEncryptor
18 currentKeyID *atomic.Value
37 func (s *Wrapper) SetConfig(config map[string]string) (map[string]string, error) {
54 func (s *Wrapper) Init(_ context.Context) error {
59 func (s *Wrapper) Finalize(_ context.Context) error {
65 func (s *Wrapper) Type() string {
70 func (s *Wrapper) KeyID() string {
75 func (s *Wrapper) HMACKeyID() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-kms-wrapping/wrappers/transit/
H A Dtransit.go15 type Wrapper struct { struct
16 logger hclog.Logger
17 client transitClientEncryptor
18 currentKeyID *atomic.Value
37 func (s *Wrapper) SetConfig(config map[string]string) (map[string]string, error) {
54 func (s *Wrapper) Init(_ context.Context) error {
59 func (s *Wrapper) Finalize(_ context.Context) error {
65 func (s *Wrapper) Type() string {
70 func (s *Wrapper) KeyID() string {
75 func (s *Wrapper) HMACKeyID() string {
[all …]
/dports/security/vault/go-kms-wrapping-entropy-v0.1.0/wrappers/aead/
H A Daead.go14 type Wrapper struct { struct
15 keyBytes []byte
16 aead cipher.AEAD
31 func (s *Wrapper) GetKeyBytes() []byte {
35 func (s *Wrapper) SetAEAD(aead cipher.AEAD) {
40 func (s *Wrapper) SetAESGCMKeyBytes(key []byte) error {
57 func (s *Wrapper) Init(_ context.Context) error {
63 func (s *Wrapper) Finalize(_ context.Context) error {
68 func (s *Wrapper) Type() string {
73 func (s *Wrapper) KeyID() string {
[all …]
/dports/security/vault/go-kms-wrapping-entropy-v0.1.0/wrappers/transit/
H A Dtransit.go15 type Wrapper struct { struct
16 logger hclog.Logger
17 client transitClientEncryptor
18 currentKeyID *atomic.Value
37 func (s *Wrapper) SetConfig(config map[string]string) (map[string]string, error) {
54 func (s *Wrapper) Init(_ context.Context) error {
59 func (s *Wrapper) Finalize(_ context.Context) error {
65 func (s *Wrapper) Type() string {
70 func (s *Wrapper) KeyID() string {
75 func (s *Wrapper) HMACKeyID() string {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/xds/internal/balancer/loadstore/
H A Dload_store_wrapper.go49 type Wrapper struct { struct
50 mu sync.RWMutex
51 cluster string
52 edsService string
56 store *load.Store
57 perCluster load.PerClusterReporter
63 func (lsw *Wrapper) UpdateClusterAndService(cluster, edsService string) {
76 func (lsw *Wrapper) UpdateLoadStore(store *load.Store) {
87 func (lsw *Wrapper) CallStarted(locality string) {
96 func (lsw *Wrapper) CallFinished(locality string, err error) {
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/xds/internal/balancer/loadstore/
H A Dload_store_wrapper.go49 type Wrapper struct { struct
50 mu sync.RWMutex
51 cluster string
52 edsService string
56 store *load.Store
57 perCluster load.PerClusterReporter
63 func (lsw *Wrapper) UpdateClusterAndService(cluster, edsService string) {
76 func (lsw *Wrapper) UpdateLoadStore(store *load.Store) {
87 func (lsw *Wrapper) CallStarted(locality string) {
96 func (lsw *Wrapper) CallFinished(locality string, err error) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/xds/internal/balancer/loadstore/
H A Dload_store_wrapper.go49 type Wrapper struct { struct
50 mu sync.RWMutex
51 cluster string
52 edsService string
56 store *load.Store
57 perCluster load.PerClusterReporter
63 func (lsw *Wrapper) UpdateClusterAndService(cluster, edsService string) {
76 func (lsw *Wrapper) UpdateLoadStore(store *load.Store) {
87 func (lsw *Wrapper) CallStarted(locality string) {
96 func (lsw *Wrapper) CallFinished(locality string, err error) {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/xds/internal/balancer/loadstore/
H A Dload_store_wrapper.go49 type Wrapper struct { struct
50 mu sync.RWMutex
51 cluster string
52 edsService string
56 store *load.Store
57 perCluster load.PerClusterReporter
63 func (lsw *Wrapper) UpdateClusterAndService(cluster, edsService string) {
76 func (lsw *Wrapper) UpdateLoadStore(store *load.Store) {
87 func (lsw *Wrapper) CallStarted(locality string) {
96 func (lsw *Wrapper) CallFinished(locality string, err error) {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/xds/internal/balancer/loadstore/
H A Dload_store_wrapper.go49 type Wrapper struct { struct
50 mu sync.RWMutex
51 cluster string
52 edsService string
56 store *load.Store
57 perCluster load.PerClusterReporter
63 func (lsw *Wrapper) UpdateClusterAndService(cluster, edsService string) {
76 func (lsw *Wrapper) UpdateLoadStore(store *load.Store) {
87 func (lsw *Wrapper) CallStarted(locality string) {
96 func (lsw *Wrapper) CallFinished(locality string, err error) {
[all …]

12345678910>>...112