Versions in this module Expand all Collapse all v0 v0.13.2 Jul 26, 2026 Changes in this version + const AfterPlatformChain + const BeforePlatformChain + type App struct + func New(opts ...Option) (*App, error) + func (a *App) Run() error + type ChainPosition = pdk.ChainPosition + type Deps = pdk.Deps + type Middleware = pdk.Middleware + type Option func(*App) + func WithConfig(cfg *config.Server) Option + func WithConfigPath(path string) Option + func WithLogger(l *slog.Logger) Option + func WithPlugin(plugins ...pdk.Plugin) Option + type Plugin = pdk.Plugin + type PositionedMiddleware = pdk.PositionedMiddleware