Home
last modified time | relevance | path

Searched refs:IdempotencyKey (Results 1 – 20 of 20) sorted by relevance

/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/
H A Dparams.go192 IdempotencyKey *string `form:"-"` // Passed as header member
234 p.IdempotencyKey = &val
H A Devent.go32 IdempotencyKey string `json:"idempotency_key"` member
H A Dstripe.go94 IdempotencyKey string member
113 IdempotencyKey: res.Header.Get("Idempotency-Key"),
336 if params.IdempotencyKey != nil {
337 idempotencyKey := strings.TrimSpace(*params.IdempotencyKey)
H A Dv71_migration_guide.md52 // IdempotencyKey contains the idempotency key used with this request.
55 IdempotencyKey string
H A Dparams_test.go235 assert.Equal(t, "my-idempotency-key", *p.IdempotencyKey)
H A Dv32_migration_guide.md127 * `Params.IdempotencyKey` becomes a pointer.
H A Dstripe_test.go427 assert.Equal(t, "key_123", resource.LastResponse.IdempotencyKey)
H A DREADME.md67 params.Params.IdempotencyKey = stripe.NewIdempotencyKey()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-common/golang/gogo/metricspb/
H A Dmetrics.pb.go250IdempotencyKey string `protobuf:"bytes,1,opt,name=idempotency_key,json=idempotencyKey,proto3" json… member
264 return m.IdempotencyKey
469 if len(m.IdempotencyKey) > 0 {
472 i = encodeVarintMetrics(dAtA, i, uint64(len(m.IdempotencyKey)))
473 i += copy(dAtA[i:], m.IdempotencyKey)
572 l = len(m.IdempotencyKey)
890 m.IdempotencyKey = string(dAtA[iNdEx:postIndex])
H A Dmetrics.proto66 // IdempotencyKey is a random string that should uniquely identify this report.
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-common/golang/gogo/metricspb/
H A Dmetrics.pb.go250IdempotencyKey string `protobuf:"bytes,1,opt,name=idempotency_key,json=idempotencyKey,proto3" json… member
264 return m.IdempotencyKey
469 if len(m.IdempotencyKey) > 0 {
472 i = encodeVarintMetrics(dAtA, i, uint64(len(m.IdempotencyKey)))
473 i += copy(dAtA[i:], m.IdempotencyKey)
572 l = len(m.IdempotencyKey)
890 m.IdempotencyKey = string(dAtA[iNdEx:postIndex])
H A Dmetrics.proto66 // IdempotencyKey is a random string that should uniquely identify this report.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-common/golang/protobuf/metricspb/
H A Dmetrics.pb.go244IdempotencyKey string `protobuf:"bytes,1,opt,name=idempotency_key,json=idempotencyKey" json:"idemp… member
258 return m.IdempotencyKey
H A Dmetrics.proto66 // IdempotencyKey is a random string that should uniquely identify this report.
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-common/golang/protobuf/metricspb/
H A Dmetrics.pb.go244IdempotencyKey string `protobuf:"bytes,1,opt,name=idempotency_key,json=idempotencyKey" json:"idemp…
258 return m.IdempotencyKey
H A Dmetrics.proto66 // IdempotencyKey is a random string that should uniquely identify this report.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-common/
H A Dmetrics.proto65 // IdempotencyKey is a random string that should uniquely identify this report.
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-common/
H A Dmetrics.proto65 // IdempotencyKey is a random string that should uniquely identify this report.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dreporter.go116 IdempotencyKey: idempotencyKey,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dreporter.go116 IdempotencyKey: idempotencyKey,