Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Handler http.Handler
Scheduler temporalscheduler.Scheduler
Workflow service.Workflow
HTTPServer http.Server
Temporal temporal.Adapter
Config Config
Logger *slog.Logger
// contains filtered or unexported fields
}
func Setup ¶
func Setup(ctx context.Context, config Config, postgresConn *postgresql.Database, logger *slog.Logger) Application
func (Application) Start ¶
func (app Application) Start()
Click to show internal directories.
Click to hide internal directories.