We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AddJSONRequest
1 parent 5275cd7 commit cad0b97Copy full SHA for cad0b97
internal/types/rfc6962.go
@@ -493,13 +493,6 @@ func (r *AddChainResponse) ToSignedCertificateTimestamp() (*SignedCertificateTim
493
return &sct, nil
494
}
495
496
-// AddJSONRequest represents the JSON request body sent to the add-json POST method.
497
-// The corresponding response re-uses AddChainResponse.
498
-// This is an experimental addition not covered by RFC6962.
499
-type AddJSONRequest struct {
500
- Data interface{} `json:"data"`
501
-}
502
-
503
// GetSTHResponse represents the JSON response to the get-sth GET method from section 4.3.
504
type GetSTHResponse struct {
505
TreeSize uint64 `json:"tree_size"` // Number of certs in the current tree
0 commit comments