Versions in this module Expand all Collapse all v1 v1.0.0 Nov 15, 2024 Changes in this version + type AppServer struct + func New(params AppServerCreateParams) (*AppServer, error) + func (server *AppServer) GracefulStop() + func (server *AppServer) Run() error + type AppServerCreateParams struct + AuthClient auth.Client + Config *config.Config + FormService formSvc.Service + Log *slog.Logger