mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Client generator update (#262)
* Generated a bunch of clients. * Builds go client. * Removed test line. * Changed dependencies to fnproject/fn_go * Fix tests.
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
# This is the Oracle Functions API spec
|
||||
# If you make changes here, remember to run `go generate` in api/models/ and
|
||||
# api/server to make sure you use the changes.
|
||||
|
||||
swagger: '2.0'
|
||||
info:
|
||||
title: Oracle Functions
|
||||
title: fn
|
||||
description: The open source serverless platform.
|
||||
version: "0.1.37"
|
||||
version: "0.2.0"
|
||||
# the domain of the service
|
||||
host: "127.0.0.1:8080"
|
||||
# array of all schemes that your API supports
|
||||
|
||||
Reference in New Issue
Block a user