mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
10 lines
256 B
YAML
10 lines
256 B
YAML
package: cluster
|
|
generate:
|
|
client: true
|
|
models: false
|
|
output: client.gen.go
|
|
output-options:
|
|
skip-prune: true
|
|
# We use Response suffix internally throughout the response objects,
|
|
# that conflicts with generated client
|
|
response-type-suffix: Resp
|