MCPcopy
hub / github.com/aws/aws-lambda-go / Function

Struct Function

lambda/rpc_function.go:51–53  ·  view source on GitHub ↗

Function struct which wrap the Handler Deprecated: The Function type is public for the go1.x runtime internal use of the net/rpc package

Source from the content-addressed store, hash-verified

49//
50// Deprecated: The Function type is public for the go1.x runtime internal use of the net/rpc package
51type Function struct {
52 handler *handlerOptions
53}
54
55// NewFunction which creates a Function with a given Handler
56//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected