]> git.cworth.org Git - turbot/commitdiff
Share the rot() implementation between both Lambda and Flask implementations
authorCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 21:12:42 +0000 (14:12 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 21:29:30 +0000 (14:29 -0700)
This provides a model of how to do code sharing between the two
implementations we have, (with the expectation that the code in the
"turbot" package will be generic and that code in turbot_slack and
turbot_lambda will use that common code while doing whatever
additional marshalling is necessary for their particular application
environments).


No differences found