Skip to content

Commit

Permalink
remove generating client code - because this is a service
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus committed Nov 14, 2022
1 parent 64b04c2 commit 6235e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate bash -c "mkdir -p codegen && go run github.com/deepmap/oapi-codegen/cmd/[email protected] -package codegen api/message_bus/openapi.yaml > codegen/message_bus_api.go"
//go:generate bash -c "mkdir -p codegen && go run github.com/deepmap/oapi-codegen/cmd/[email protected] -generate types,server,spec -package codegen api/message_bus/openapi.yaml > codegen/message_bus_api.go"

package main

Expand Down

0 comments on commit 6235e83

Please sign in to comment.