Home
last modified time | relevance | path

Searched refs:satelliteAddress (Results 1 – 15 of 15) sorted by relevance

/dports/net/storj/storj-1.45.3/cmd/internal/wizard/
H A Dwizard.go80 var satelliteAddress string
81 n, err := fmt.Scanln(&satelliteAddress)
87 satelliteAddress = satellites[0]
90 if len(satelliteAddress) == 0 {
94 if len(satelliteAddress) == 1 {
95 satIdx, err := strconv.Atoi(satelliteAddress)
104 satelliteAddress = satellites[satIdx-1]
107 nodeURL, err := storj.ParseNodeURL(satelliteAddress)
116 return satelliteAddress, nil
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/
H A Daccess.go136 func RequestAccessWithPassphrase(ctx context.Context, satelliteAddress, apiKey, passphrase string) … argument
137 return (Config{}).RequestAccessWithPassphrase(ctx, satelliteAddress, apiKey, passphrase)
147 func (config Config) RequestAccessWithPassphrase(ctx context.Context, satelliteAddress, apiKey, pas… argument
148 …return config.requestAccessWithPassphraseAndConcurrency(ctx, satelliteAddress, apiKey, passphrase,…
155 …fig) requestAccessWithPassphraseAndConcurrency(ctx context.Context, satelliteAddress, apiKey, pass… argument
161 satelliteURL, err := parseNodeURL(satelliteAddress)
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/
H A Daccess.go136 func RequestAccessWithPassphrase(ctx context.Context, satelliteAddress, apiKey, passphrase string) … argument
137 return (Config{}).RequestAccessWithPassphrase(ctx, satelliteAddress, apiKey, passphrase)
147 func (config Config) RequestAccessWithPassphrase(ctx context.Context, satelliteAddress, apiKey, pas… argument
148 …return config.requestAccessWithPassphraseAndConcurrency(ctx, satelliteAddress, apiKey, passphrase,…
155 …fig) requestAccessWithPassphraseAndConcurrency(ctx context.Context, satelliteAddress, apiKey, pass… argument
161 satelliteURL, err := parseNodeURL(satelliteAddress)
/dports/net/storj/storj-1.45.3/cmd/uplink/cmd/
H A Dsetup.go51 satelliteAddress, err := wizard.PromptForSatellite(cmd)
108 …access, err = uplinkConfig.RequestAccessWithPassphrase(ctx, satelliteAddress, apiKeyString, passph…
110 …ckcomp.RequestAccessWithPassphraseAndConcurrency(ctx, uplinkConfig, satelliteAddress, apiKeyString…
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/telemetry/
H A Dtelemetry.go24 func (options *Options) createClient(satelliteAddress string) (telemetryclient.Client, error) {
28 "sat": satelliteAddress,
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/telemetry/
H A Dtelemetry.go24 func (options *Options) createClient(satelliteAddress string) (telemetryclient.Client, error) {
28 "sat": satelliteAddress,
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/internal/expose/
H A Dexpose.go48 …PassphraseAndConcurrency(config uplink.Config, ctx context.Context, satelliteAddress, apiKey, pass… argument
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/internal/expose/
H A Dexpose.go48 …PassphraseAndConcurrency(config uplink.Config, ctx context.Context, satelliteAddress, apiKey, pass… argument
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/internal/telemetryclient/
H A Dclient.go17 type Constructor func(satelliteAddress string) (Client, error)
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/internal/telemetryclient/
H A Dclient.go17 type Constructor func(satelliteAddress string) (Client, error)
/dports/net/storj/storj-1.45.3/web/satellite/src/components/accessGrants/steps/
H A DCLIStep.vue14 …ass="cli-container__token-area__container__token" @click="selectAddress">{{ satelliteAddress }}</p>
73 public satelliteAddress: string = MetaUtils.getMetaContent('satellite-nodeurl');
151 this.$copyText(this.satelliteAddress);
/dports/net/storj/storj-1.45.3/web/satellite/src/components/onboardingTour/steps/cliFlow/
H A DAPIKey.vue18 …ithCopy label="Satellite Address" role-description="satellite-address" :value="satelliteAddress" />
53 public satelliteAddress: string = MetaUtils.getMetaContent('satellite-nodeurl');
/dports/net/storj/storj-1.45.3/web/multinode/src/payouts/
H A Dindex.ts97 public satelliteAddress: string = '', property in HeldAmountSummary
/dports/net/storj/storj-1.45.3/web/multinode/src/api/
H A Dpayouts.ts177 heldHistoryItem.satelliteAddress,
/dports/net/storj/storj-1.45.3/web/multinode/src/app/components/payouts/tables/heldHistory/
H A DHeldHistory.vue17 <p class="table-item__name">{{ heldHistoryItem.satelliteAddress }}</p>