Home
last modified time | relevance | path

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

/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/webhook/
H A Dclient_test.go16 type SignedPayload struct { struct
17 timestamp time.Time
18 payload []byte
19 secret string
20 scheme string
21 signature []byte
22 header string
25 func newSignedPayload(options ...func(*SignedPayload)) *SignedPayload {
43 func (p *SignedPayload) hexSignature() string {
47 func generateHeader(p SignedPayload) string {