# Functions
NewGetLogInfo creates a new http.Handler for the get log info operation.
NewGetLogInfoDefault creates GetLogInfoDefault with default headers values.
NewGetLogInfoOK creates GetLogInfoOK with default headers values.
NewGetLogInfoParams creates a new GetLogInfoParams object with the default values initialized.
NewGetLogProof creates a new http.Handler for the get log proof operation.
NewGetLogProofBadRequest creates GetLogProofBadRequest with default headers values.
NewGetLogProofDefault creates GetLogProofDefault with default headers values.
NewGetLogProofOK creates GetLogProofOK with default headers values.
NewGetLogProofParams creates a new GetLogProofParams object with the default values initialized.
# Constants
GetLogInfoOKCode is the HTTP code returned for type GetLogInfoOK.
GetLogProofBadRequestCode is the HTTP code returned for type GetLogProofBadRequest.
GetLogProofOKCode is the HTTP code returned for type GetLogProofOK.
# Structs
GetLogInfo swagger:route GET /api/v1/log tlog getLogInfo
# Get information about the current state of the transparency log
Returns the current root hash and size of the merkle tree used to store the log entries.
GetLogInfoDefault There was an internal error in the server while processing the request
swagger:response getLogInfoDefault
*/.
GetLogInfoOK A JSON object with the root hash and tree size as properties
swagger:response getLogInfoOK
*/.
GetLogInfoParams contains all the bound params for the get log info operation typically these are obtained from a http.Request
swagger:parameters getLogInfo.
GetLogInfoURL generates an URL for the get log info operation.
GetLogProof swagger:route GET /api/v1/log/proof tlog getLogProof
# Get information required to generate a consistency proof for the transparency log
Returns a list of hashes for specified tree sizes that can be used to confirm the consistency of the transparency log
*/.
GetLogProofBadRequest The content supplied to the server was invalid
swagger:response getLogProofBadRequest
*/.
GetLogProofDefault There was an internal error in the server while processing the request
swagger:response getLogProofDefault
*/.
GetLogProofOK All hashes required to compute the consistency proof
swagger:response getLogProofOK
*/.
GetLogProofParams contains all the bound params for the get log proof operation typically these are obtained from a http.Request
swagger:parameters getLogProof.
GetLogProofURL generates an URL for the get log proof operation.
# Interfaces
GetLogInfoHandler interface for that can handle valid get log info params.
GetLogProofHandler interface for that can handle valid get log proof params.
# Type aliases
GetLogInfoHandlerFunc turns a function with the right signature into a get log info handler.
GetLogProofHandlerFunc turns a function with the right signature into a get log proof handler.