We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d08a5e + cd5ccc1 commit fc8c51dCopy full SHA for fc8c51d
lambda/entry.go
@@ -57,7 +57,7 @@ func StartHandler(handler Handler) {
57
58
type startFunction struct {
59
env string
60
- f func(ctx context.Context, envValue string, hander Handler) error
+ f func(ctx context.Context, envValue string, handler Handler) error
61
}
62
63
var (
0 commit comments