# Functions
NewGetPublicKey creates a new http.Handler for the get public key operation.
NewGetPublicKeyDefault creates GetPublicKeyDefault with default headers values.
NewGetPublicKeyOK creates GetPublicKeyOK with default headers values.
NewGetPublicKeyParams creates a new GetPublicKeyParams object
There are no default values defined in the spec.
# Constants
GetPublicKeyOKCode is the HTTP code returned for type GetPublicKeyOK.
# Structs
GetPublicKey swagger:route GET /api/v1/log/publicKey pubkey getPublicKey
# Retrieve the public key that can be used to validate the signed tree head
Returns the public key that can be used to validate the signed tree head
*/.
GetPublicKeyDefault There was an internal error in the server while processing the request
swagger:response getPublicKeyDefault
*/.
GetPublicKeyOK The public key
swagger:response getPublicKeyOK
*/.
GetPublicKeyParams contains all the bound params for the get public key operation typically these are obtained from a http.Request
swagger:parameters getPublicKey.
GetPublicKeyURL generates an URL for the get public key operation.
# Interfaces
GetPublicKeyHandler interface for that can handle valid get public key params.
# Type aliases
GetPublicKeyHandlerFunc turns a function with the right signature into a get public key handler.