Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration.go95 type DeliveryResponse struct { struct
96 Body string `json:"body"`
97 Code int `json:"code"`
98 Headers http.Header `json:"headers"`
99 SentAt time.Time `json:"sent-at,iso8601"`
100 Successful bool `json:"successful"`
101 URL string `json:"url"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration.go95 type DeliveryResponse struct { struct
96 Body string `json:"body"`
97 Code int `json:"code"`
98 Headers http.Header `json:"headers"`
99 SentAt time.Time `json:"sent-at,iso8601"`
100 Successful bool `json:"successful"`
101 URL string `json:"url"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration.go94 type DeliveryResponse struct { struct
95 Body string `jsonapi:"attr,body"`
96 Code string `jsonapi:"attr,code"`
97 Headers map[string][]string `jsonapi:"attr,headers"`
98 SentAt time.Time `jsonapi:"attr,sent-at,rfc3339"`
99 Successful string `jsonapi:"attr,successful"`
100 URL string `jsonapi:"attr,url"`