Skip to content

Commit

Permalink
gateway: add api documentation in openapi file
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-sorint committed Mar 30, 2022
1 parent 58710d4 commit 29cc5ad
Show file tree
Hide file tree
Showing 15 changed files with 10,436 additions and 8 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ require (
github.com/sanity-io/litter v1.2.0
github.com/sgotti/gexpect v0.0.0-20210315095146-1ec64e69809b
github.com/spf13/cobra v0.0.5
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
github.com/swaggo/http-swagger v1.2.5
github.com/swaggo/swag v1.7.9
github.com/xanzy/go-gitlab v0.26.0
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
go.starlark.net v0.0.0-20200203144150-6677ee5c7211
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
Expand Down
67 changes: 60 additions & 7 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 29cc5ad

Please sign in to comment.