qinling/qinling/api/controllers/v1
Lingxian Kong fa10083c3b Support to sepcify module.function for python function
Currenty, the function entry is hard-coded to be 'main.main' which is
not flexible. This patch adds support for specifying module name and
function name in the code package.

Change-Id: I92ea36f668073f380a4aef4526a6fad321d8cc95
2017-06-19 23:07:27 +12:00
..
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
execution.py Support python function input 2017-06-15 22:59:27 +12:00
function.py Support to sepcify module.function for python function 2017-06-19 23:07:27 +12:00
resources.py Add expiry handler for function service 2017-05-22 23:40:17 +12:00
root.py Complete basic workflow(Finally!) 2017-05-12 12:00:19 +12:00
runtime.py Complete basic workflow(Finally!) 2017-05-12 12:00:19 +12:00
types.py Initial API code structure 2017-04-14 15:24:02 +12:00