Documentation
¶
Overview ¶
Package runtime provides the runtime for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Runtime)
Option defines a function type used to configure a Runtime instance during initialization.
func WithLogger ¶
WithLogger sets the logger for the Runtime instance, enabling structured logging for runtime processes.
type Runtime ¶
Runtime represents the execution context integrating the handler and logger for processing runtime events.
func NewRuntime ¶
NewRuntime creates a new runtime instance.
func (*Runtime) LambdaForEvent ¶
LambdaForEvent is the entrypoint function when the `--mode lambda-event` flag is set.
Click to show internal directories.
Click to hide internal directories.