Skip to content
This repository was archived by the owner on Jul 23, 2020. It is now read-only.

Commit a392030

Browse files
committed
Rename Handler to FunctionHandler
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
1 parent 575927e commit a392030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ type Request struct {
2424
QueryString string
2525
}
2626

27-
// Handler used for a serverless Go method invocation
28-
type Handler interface {
27+
// FunctionHandler used for a serverless Go method invocation
28+
type FunctionHandler interface {
2929
Handle(req Request) (Response, error)
3030
}
3131

0 commit comments

Comments
 (0)