//
pkg.gl
Category
github.com/seanrmurphy/vugu-tdl-swagger
backend
lambda
get-todo
package
0.0.0-20200722145255-ebaa3fbe6d13
Repository:
https://github.com/seanrmurphy/vugu-tdl-swagger.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
63 SLOC
#
Functions
GetTodo
GetTodo gets a todo with the specified id; returns an error if this does not exist.
HandleRequest
HandleRequest extracts the id of the record, passes it on to the get function, marshalls it and returns it.