()
| 10 | ) |
| 11 | |
| 12 | func Example() { |
| 13 | lambda.Start(func() (string, error) { |
| 14 | return "Hello λ!", nil |
| 15 | }) |
| 16 | } |
| 17 | |
| 18 | // Handlers can return io.Reader to stream response data. |
| 19 | // This example uses a pipe to send data in chunks with delays. |
nothing calls this directly
no test coverage detected
searching dependent graphs…