# Functions

NewGetTimestampCertChain creates a new http.Handler for the get timestamp cert chain operation.
NewGetTimestampCertChainDefault creates GetTimestampCertChainDefault with default headers values.
NewGetTimestampCertChainNotFound creates GetTimestampCertChainNotFound with default headers values.
NewGetTimestampCertChainOK creates GetTimestampCertChainOK with default headers values.
NewGetTimestampCertChainParams creates a new GetTimestampCertChainParams object There are no default values defined in the spec.
NewGetTimestampResponse creates a new http.Handler for the get timestamp response operation.
NewGetTimestampResponseBadRequest creates GetTimestampResponseBadRequest with default headers values.
NewGetTimestampResponseCreated creates GetTimestampResponseCreated with default headers values.
NewGetTimestampResponseDefault creates GetTimestampResponseDefault with default headers values.
NewGetTimestampResponseNotImplemented creates GetTimestampResponseNotImplemented with default headers values.
NewGetTimestampResponseParams creates a new GetTimestampResponseParams object There are no default values defined in the spec.

# Constants

GetTimestampCertChainNotFoundCode is the HTTP code returned for type GetTimestampCertChainNotFound.
GetTimestampCertChainOKCode is the HTTP code returned for type GetTimestampCertChainOK.
GetTimestampResponseBadRequestCode is the HTTP code returned for type GetTimestampResponseBadRequest.
GetTimestampResponseCreatedCode is the HTTP code returned for type GetTimestampResponseCreated.
GetTimestampResponseNotImplementedCode is the HTTP code returned for type GetTimestampResponseNotImplemented.

# Structs

GetTimestampCertChain swagger:route GET /api/v1/timestamp/certchain timestamp getTimestampCertChain # Retrieve the certificate chain for timestamping that can be used to validate trusted timestamps Returns the certificate chain for timestamping that can be used to validate trusted timestamps */.
GetTimestampCertChainDefault There was an internal error in the server while processing the request swagger:response getTimestampCertChainDefault */.
GetTimestampCertChainNotFound The content requested could not be found swagger:response getTimestampCertChainNotFound */.
GetTimestampCertChainOK The PEM encoded cert chain swagger:response getTimestampCertChainOK */.
GetTimestampCertChainParams contains all the bound params for the get timestamp cert chain operation typically these are obtained from a http.Request swagger:parameters getTimestampCertChain.
GetTimestampCertChainURL generates an URL for the get timestamp cert chain operation.
GetTimestampResponse swagger:route POST /api/v1/timestamp timestamp getTimestampResponse Generates a new timestamp response and creates a new log entry for the timestamp in the transparency log */.
GetTimestampResponseBadRequest The content supplied to the server was invalid swagger:response getTimestampResponseBadRequest */.
GetTimestampResponseCreated Returns a timestamp response and the location of the log entry in the transprency log swagger:response getTimestampResponseCreated */.
GetTimestampResponseDefault There was an internal error in the server while processing the request swagger:response getTimestampResponseDefault */.
GetTimestampResponseNotImplemented The content requested is not implemented swagger:response getTimestampResponseNotImplemented */.
GetTimestampResponseParams contains all the bound params for the get timestamp response operation typically these are obtained from a http.Request swagger:parameters getTimestampResponse.
GetTimestampResponseURL generates an URL for the get timestamp response operation.

# Interfaces

GetTimestampCertChainHandler interface for that can handle valid get timestamp cert chain params.
GetTimestampResponseHandler interface for that can handle valid get timestamp response params.

# Type aliases

GetTimestampCertChainHandlerFunc turns a function with the right signature into a get timestamp cert chain handler.
GetTimestampResponseHandlerFunc turns a function with the right signature into a get timestamp response handler.