aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/openapi
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-29 14:47:45 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-06-29 14:49:00 +0200
commit4dcaa2d797a31392e0d3f9239898fdb14c0ff857 (patch)
tree5976cf02c1213530bea0a6137afb650b37e264ea /support/openapi
parenta075cd00f37a8d04598c5ec2d61e73a19c39c64d (diff)
downloadPeerTube-4dcaa2d797a31392e0d3f9239898fdb14c0ff857.tar.gz
PeerTube-4dcaa2d797a31392e0d3f9239898fdb14c0ff857.tar.zst
PeerTube-4dcaa2d797a31392e0d3f9239898fdb14c0ff857.zip
fix go client library generation
Diffstat (limited to 'support/openapi')
-rw-r--r--support/openapi/go/def.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/openapi/go/def.yaml b/support/openapi/go/def.yaml
index 7136da912..06a76b4fe 100644
--- a/support/openapi/go/def.yaml
+++ b/support/openapi/go/def.yaml
@@ -1,3 +1,4 @@
1# https://openapi-generator.tech/docs/generators/go 1# https://openapi-generator.tech/docs/generators/go
2 2
3packageName: peertube 3packageName: peertube
4enumClassPrefix: "true"