diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-07 14:37:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-07 14:37:26 -0600 |
| commit | 51c1a2cbe4fc55d80bd010f49560ca1c6b61d55b (patch) | |
| tree | 85ab6f140d8895b6a6a3af0414b4e93fb20e9fc4 /magefiles | |
| parent | 4d27620bf502549008290bf2034fc8b09e1a677a (diff) | |
chore: generate twirp rpc for golang
Diffstat (limited to 'magefiles')
| -rw-r--r-- | magefiles/magefile.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/magefiles/magefile.go b/magefiles/magefile.go index 115af16..71aa3bc 100644 --- a/magefiles/magefile.go +++ b/magefiles/magefile.go @@ -86,6 +86,7 @@ func Protos() error { "--go_opt=paths=source_relative", "--go-grpc_out=pkg/rpc", "--go-grpc_opt=paths=source_relative", + "--twirp_out=pkg/rpc", "--ruby_out=lib/authx/rpc", "--twirp_ruby_out=lib/authx/rpc", file, |
