Documentation
¶
Overview ¶
Package handler provides HTTP handlers for the audit log query API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogsHandler ¶
type AuditLogsHandler struct {
// contains filtered or unexported fields
}
AuditLogsHandler handles HTTP requests for audit log queries.
func NewAuditLogsHandler ¶
func NewAuditLogsHandler(db *sql.DB) *AuditLogsHandler
NewAuditLogsHandler creates a new audit logs handler.
func (*AuditLogsHandler) RegisterRoutes ¶
func (h *AuditLogsHandler) RegisterRoutes(mux *http.ServeMux)
RegisterRoutes registers the audit logs routes with the given mux.
Click to show internal directories.
Click to hide internal directories.