Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2026 Changes in this version + type Problem struct + Detail string + Instance string + Status int + Title string + Type string + type Server struct + func New(cfg config.Config, db *sql.DB) (*Server, error) + func (s *Server) Prepare(ctx context.Context) error + func (s *Server) Run(ctx context.Context) error + func (s *Server) Schema() schema.Schema