Versions in this module Expand all Collapse all v1 v1.0.0 Jul 3, 2026 Changes in this version + type Authorizer func(r *http.Request) bool + type Option func(*Panel) + func WithAuth(fn Authorizer) Option + func WithPrefix(prefix string) Option + func WithTitle(title string) Option + type Panel struct + func New(db *database.DB, opts ...Option) *Panel + func (p *Panel) APIHandler() http.Handler + func (p *Panel) Handler() http.Handler + func (p *Panel) Register(r *Resource) + type Resource struct + Columns []string + Model any + Name string + PerPage int + Searchable string + Slug string + Writable []string