Documentation
¶
Overview ¶
Package api provides HTTP handlers for the srake REST API, exposing search, metadata retrieval, statistics, and export endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves the srake REST API, routing requests to the appropriate database queries and search backend operations.
func NewHandler ¶
NewHandler creates a new Handler with all API routes registered.
Click to show internal directories.
Click to hide internal directories.