Home
last modified time | relevance | path

Searched defs:RemoteClient (Results 1 – 25 of 66) sorted by relevance

123

/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/swift/
H A Dclient.go44 type RemoteClient struct { struct
46 container string
47 archive bool
48 archiveContainer string
49 expireSecs int
50 objectName string
52 mu sync.Mutex
54 lockState bool
56 info *statemgr.LockInfo
61 lockCancel context.CancelFunc
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/oss/
H A Dclient.go43 type RemoteClient struct { struct
44 ossClient *oss.Client
46 bucketName string
47 stateFile string
48 lockFile string
49 serverSideEncryption bool
50 acl string
51 info *statemgr.LockInfo
52 mu sync.Mutex
53 otsTable string
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/etcdv3/
H A Dclient.go24 type RemoteClient struct { struct
25 Client *etcdv3.Client
26 DoLock bool
27 Key string
29 etcdMutex *etcdv3sync.Mutex
30 etcdSession *etcdv3sync.Session
31 info *statemgr.LockInfo
32 mu sync.Mutex
33 modRevision int64
62 func (c *RemoteClient) Put(data []byte) error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/consul/
H A Dclient.go39 type RemoteClient struct { struct
40 Client *consulapi.Client
41 Path string
42 GZip bool
44 mu sync.Mutex
46 lockState bool
53 modifyIndex uint64
55 consulLock *consulapi.Lock
56 lockCh <-chan struct{}
58 info *statemgr.LockInfo
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/s3/
H A Dclient.go32 type RemoteClient struct { struct
33 s3Client *s3.S3
34 dynClient *dynamodb.DynamoDB
35 bucketName string
36 path string
37 serverSideEncryption bool
38 customerEncryptionKey []byte
39 acl string
40 kmsKeyID string
41 ddbTable string
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/azure/
H A Dclient.go25 type RemoteClient struct { struct
26 giovanniBlobClient blobs.Client
27 accountName string
28 containerName string
29 keyName string
30 leaseID string
31 snapshot bool
34 func (c *RemoteClient) Get() (*remote.Payload, error) {
61 func (c *RemoteClient) Put(data []byte) error {
103 func (c *RemoteClient) Delete() error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/pg/
H A Dclient.go15 type RemoteClient struct { struct
16 Client *sql.DB
17 Name string
18 SchemaName string
20 info *statemgr.LockInfo
23 func (c *RemoteClient) Get() (*remote.Payload, error) {
43 func (c *RemoteClient) Put(data []byte) error {
54 func (c *RemoteClient) Delete() error {
63 func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) {
126 func (c *RemoteClient) getLockInfo() (*statemgr.LockInfo, error) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/kubernetes/
H A Dclient.go34 type RemoteClient struct { struct
35 kubernetesSecretClient dynamic.ResourceInterface
36 kubernetesLeaseClient coordinationclientv1.LeaseInterface
37 namespace string
38 labels map[string]string
39 nameSuffix string
40 workspace string
79 func (c *RemoteClient) Put(data []byte) error {
119 func (c *RemoteClient) Delete() error {
207 func (c *RemoteClient) Unlock(id string) error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/manta/
H A Dclient.go24 type RemoteClient struct { struct
25 storageClient *storage.StorageClient
26 directoryName string
27 keyName string
28 statePath string
31 func (c *RemoteClient) Get() (*remote.Payload, error) {
61 func (c *RemoteClient) Put(data []byte) error {
81 func (c *RemoteClient) Delete() error {
89 func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) {
156 func (c *RemoteClient) Unlock(id string) error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/inmem/
H A Dclient.go11 type RemoteClient struct { struct
12 Data []byte
13 MD5 []byte
14 Name string
17 func (c *RemoteClient) Get() (*remote.Payload, error) {
28 func (c *RemoteClient) Put(data []byte) error {
36 func (c *RemoteClient) Delete() error {
42 func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) {
45 func (c *RemoteClient) Unlock(id string) error {
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DTCPInterface.h174 struct RemoteClient struct
176 RemoteClient() { in RemoteClient() function
183 SOCKET socket;
184 SystemAddress systemAddress;
185 DataStructures::ByteQueue outgoingData;
186 bool isActive;
187 SimpleMutex outgoingDataMutex;
188 SimpleMutex isActiveMutex;
191 SSL* ssl;
201 void Reset(void) in Reset()
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dremoteclient.go13 type RemoteClient struct { struct
14 utils.DebugLabeler
16 cli rpc.GenericClient
26 func (c *RemoteClient) Call(ctx context.Context, method string, arg interface{},
38 func (c *RemoteClient) CallCompressed(ctx context.Context, method string, arg interface{},
50 …t) Notify(ctx context.Context, method string, arg interface{}, timeout time.Duration) (err error) {
/dports/www/firefox/firefox-99.0/third_party/rust/sync15-traits/src/
H A Dclient.rs20 pub struct RemoteClient { struct
21 pub fxa_device_id: Option<String>,
22 pub device_name: String,
23 pub device_type: Option<DeviceType>,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/sync15-traits/src/
H A Dclient.rs20 pub struct RemoteClient { struct
21 pub fxa_device_id: Option<String>,
22 pub device_name: String,
23 pub device_type: Option<DeviceType>,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/sync15-traits/src/
H A Dclient.rs20 pub struct RemoteClient { struct
21 pub fxa_device_id: Option<String>,
22 pub device_name: String,
23 pub device_type: Option<DeviceType>,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15-traits/src/
H A Dclient.rs20 pub struct RemoteClient { struct
21 pub fxa_device_id: Option<String>,
22 pub device_name: String,
23 pub device_type: Option<DeviceType>,
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go2712 type RemoteClient struct { struct
2713 Cli rpc.GenericClient
2779 func (c RemoteClient) S3Sign(ctx context.Context, __arg S3SignArg) (res []byte, err error) {
2790 func (c RemoteClient) SyncInbox(ctx context.Context, vers InboxVers) (res SyncInboxRes, err error) {
2796 …nc (c RemoteClient) SyncChat(ctx context.Context, __arg SyncChatArg) (res SyncChatRes, err error) {
2801 …nc (c RemoteClient) SyncAll(ctx context.Context, __arg SyncAllArg) (res SyncAllResult, err error) {
2806 func (c RemoteClient) TlfFinalize(ctx context.Context, __arg TlfFinalizeArg) (err error) {
2811 func (c RemoteClient) TlfResolve(ctx context.Context, __arg TlfResolveArg) (err error) {
2907 …c (c RemoteClient) RegisterSharePost(ctx context.Context, __arg RegisterSharePostArg) (err error) {
2912 func (c RemoteClient) FailSharePost(ctx context.Context, __arg FailSharePostArg) (err error) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/db/
H A DRemoteClient.java17 public class RemoteClient implements Parcelable { class
24 public RemoteClient(String guid, String name, long lastModified, String deviceType) { in RemoteClient() method in RemoteClient
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/db/
H A DRemoteClient.java17 public class RemoteClient implements Parcelable { class
24 public RemoteClient(String guid, String name, long lastModified, String deviceType) { in RemoteClient() method in RemoteClient
/dports/security/keybase/client-v5.7.1/go/protocol/stellar1/
H A Dremote.go1557 type RemoteClient struct { struct
1558 Cli rpc.GenericClient
1561 func (c RemoteClient) Balances(ctx context.Context, __arg BalancesArg) (res []Balance, err error) {
1566 …c (c RemoteClient) Details(ctx context.Context, __arg DetailsArg) (res AccountDetails, err error) {
1581 func (c RemoteClient) MarkAsRead(ctx context.Context, __arg MarkAsReadArg) (err error) {
1591 …(c RemoteClient) AccountSeqno(ctx context.Context, __arg AccountSeqnoArg) (res string, err error) {
1653 func (c RemoteClient) CancelRequest(ctx context.Context, __arg CancelRequestArg) (err error) {
1663 func (c RemoteClient) Ping(ctx context.Context) (res string, err error) {
1685 … (c RemoteClient) AssetSearch(ctx context.Context, __arg AssetSearchArg) (res []Asset, err error) {
1701 func (c RemoteClient) ChangeTrustline(ctx context.Context, __arg ChangeTrustlineArg) (err error) {
[all …]
/dports/textproc/py-elasticsearch6/elasticsearch-6.8.2/elasticsearch/client/
H A Dremote.py21 class RemoteClient(NamespacedClient): class
/dports/textproc/py-elasticsearch5/elasticsearch-py-719a94ab4/elasticsearch/client/
H A Dremote.py3 class RemoteClient(NamespacedClient): class
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15/src/clients/
H A Dmod.rs59 impl From<&record::ClientRecord> for RemoteClient { implementation
60 fn from(record: &record::ClientRecord) -> RemoteClient { in from()
/dports/textproc/py-elasticsearch/elasticsearch-7.15.2/elasticsearch/_async/client/
H A Dremote.py21 class RemoteClient(NamespacedClient): class
/dports/textproc/py-elasticsearch/elasticsearch-7.15.2/elasticsearch/client/
H A Dremote.py21 class RemoteClient(NamespacedClient): class

123