Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HealthCheckHandler ¶
func HealthCheckHandler(w http.ResponseWriter, r *http.Request)
HealthCheckHandler returns ok when the server is alive
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client must be initialized for handlers which call external services. These handlers are methods of the client. A client is safe for concurrent reuse across goroutines
func (*Client) SearchHandler ¶
func (client *Client) SearchHandler(w http.ResponseWriter, r *http.Request)
SearchHandler executes a search for catalog items inside a geojson polygon. The client should already be authenticated
Click to show internal directories.
Click to hide internal directories.