You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qinling/qinling
Lingxian Kong b79b2791b8 Add swift object support for function creation
With this patch, users can create function using swift object:

http POST http://127.0.0.1:7070/v1/functions name=swift_function \
  runtime_id=xxx \
  code='{"source": "swift", "swift": {"container": "container_name", "object": "object_name"}}'

Implements: blueprint support-swift-object-as-code
6 years ago
..
api Add swift object support for function creation 6 years ago
cmd Complete basic workflow(Finally!) 6 years ago
db Complete basic workflow(Finally!) 6 years ago
engine Complete basic workflow(Finally!) 6 years ago
orchestrator Add swift object support for function creation 6 years ago
storage Add swift object support for function creation 6 years ago
tests Initial API code structure 6 years ago
utils Add swift object support for function creation 6 years ago
__init__.py Initial API code structure 6 years ago
config.py Complete basic workflow(Finally!) 6 years ago
context.py Complete basic workflow(Finally!) 6 years ago
exceptions.py Complete basic workflow(Finally!) 6 years ago
rpc.py Complete basic workflow(Finally!) 6 years ago
version.py Initial API code structure 6 years ago