Documentation
¶
Overview ¶
Package embedded preserves the v0.3 embedded vocabulary during migration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Permanent ¶
func Permanent(err error) invocation.Outcome
func Retryable ¶
func Retryable(err error) invocation.Outcome
func Success ¶
func Success(result any) invocation.Outcome
func Unknown ¶
func Unknown(err error) invocation.Outcome
Types ¶
type HandlerFunc ¶
type HandlerFunc func(context.Context, invocation.Request) invocation.Outcome
HandlerFunc is the frozen v0.3 callback shape.
Click to show internal directories.
Click to hide internal directories.