mirror of
https://github.com/foomo/hanko-go.git
synced 2025-10-16 12:35:35 +00:00
5 lines
302 B
Go
5 lines
302 B
Go
package client
|
|
|
|
// generate curl -f -H "Accept: application/vnd.github.v3.raw" -o "client.yaml" -L "https://raw.githubusercontent.com/teamhanko/hanko/backend/v0.11.0/docs/static/spec/public.yaml"
|
|
//go:generate oapi-codegen -generate types,client -config client.config.yaml -o client_gen.go client.yaml
|