Skip to content

Commit

Permalink
Merge pull request #2 from platform9/prototype
Browse files Browse the repository at this point in the history
Initial prototype
  • Loading branch information
erwinvaneyk authored Aug 7, 2017
2 parents 8e4e201 + d8d2e6d commit 09c6b59
Show file tree
Hide file tree
Showing 87 changed files with 7,826 additions and 11 deletions.
3 changes: 1 addition & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_prefix")
load("@io_bazel_rules_go//go:def.bzl", "go_prefix")

go_prefix("github.com/fission/fission-workflow")

23 changes: 23 additions & 0 deletions Docs/api/.swagger-codegen-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Swagger Codegen Ignore
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
1 change: 1 addition & 0 deletions Docs/api/.swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.3
Loading

0 comments on commit 09c6b59

Please sign in to comment.