API Reference
Complete reference documentation for all public APIs of ss-keel-core.
App App struct, New(), Listen() and configuration options.
Routing Route builder, HTTP constructors and middleware chaining.
Context Ctx wrapper: request parsing, response helpers and user access.
Errors KError type and built-in error constructors.
Pagination PageQuery, Page[T] and ParsePagination.
Health Checks HealthChecker interface and auto-generated /health endpoint.
Contracts The contracts package: Repository, Module, Controller, Cache, Guard, and more.
Logger Structured logger with text and JSON output.
Validation Struct validation using go-playground/validator tags.