mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 03:46:29 +02:00
12 lines
335 B
YAML
12 lines
335 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
|
|
user-templates:
|
|
client-with-responses.tmpl: ./client-with-responses.tmpl
|