# Functions
NewSearchIndex creates a new http.Handler for the search index operation.
NewSearchIndexBadRequest creates SearchIndexBadRequest with default headers values.
NewSearchIndexDefault creates SearchIndexDefault with default headers values.
NewSearchIndexOK creates SearchIndexOK with default headers values.
NewSearchIndexParams creates a new SearchIndexParams object
There are no default values defined in the spec.
# Constants
SearchIndexBadRequestCode is the HTTP code returned for type SearchIndexBadRequest.
SearchIndexOKCode is the HTTP code returned for type SearchIndexOK.
# Structs
SearchIndex swagger:route POST /api/v1/index/retrieve index searchIndex
# Searches index by entry metadata
EXPERIMENTAL - this endpoint is offered as best effort only and may be changed or removed in future releases.
SearchIndexBadRequest The content supplied to the server was invalid
swagger:response searchIndexBadRequest
*/.
SearchIndexDefault There was an internal error in the server while processing the request
swagger:response searchIndexDefault
*/.
SearchIndexOK Returns zero or more entry UUIDs from the transparency log based on search query
swagger:response searchIndexOK
*/.
SearchIndexParams contains all the bound params for the search index operation typically these are obtained from a http.Request
swagger:parameters searchIndex.
SearchIndexURL generates an URL for the search index operation.
# Interfaces
SearchIndexHandler interface for that can handle valid search index params.
# Type aliases
SearchIndexHandlerFunc turns a function with the right signature into a search index handler.