# Functions
NewClient returns a Client to interact with an HKP key server according to opts.
OptBaseURL sets the base URL of the key server to url.
OptBearerToken sets the bearer token to include in the "Authorization" header of each request.
OptHTTPClient sets the client to use to make HTTP requests.
OptUserAgent sets the HTTP user agent to include in the "User-Agent" header of each request.
# Constants
OperationGet is a PKSLookup operation value to perform a "get" operation.
OperationIndex is a PKSLookup operation value to perform a "index" operation.
OperationVIndex is a PKSLookup operation value to perform a "vindex" operation.
OptionMachineReadable is a PKSLookup options value to return machine readable output.
# Variables
ErrInvalidKeyText is returned when the key text is invalid.
ErrInvalidOperation is returned when the operation is invalid.
ErrInvalidSearch is returned when the search value is invalid.
ErrTLSRequired is returned when an auth token is supplied with a non-TLS BaseURL.
# Structs
Client describes the client details.
HTTPError represents an error returned from an HTTP server.
PageDetails includes pagination details.
# Type aliases
Option are used to populate co.