mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-23 20:29:07 +00:00
feat: add proto files
This commit is contained in:
5
pkg/auth/api/grpc/generate.go
Normal file
5
pkg/auth/api/grpc/generate.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package grpc
|
||||
|
||||
//go:generate protoc -I$GOPATH/src -I../proto -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis -I${GOPATH}/src/github.com/envoyproxy/protoc-gen-validate -I${GOPATH}/src/github.com/caos/citadel/utils/protoc/protoc-gen-authoption --go_out=plugins=grpc:$GOPATH/src --grpc-gateway_out=logtostderr=true:$GOPATH/src --swagger_out=logtostderr=true:. --authoption_out=. ../proto/auth.proto
|
||||
//go:generate mockgen -package api -destination ./mock/auth.proto.mock.go github.com/caos/citadel/auth/api/grpc AuthServiceClient
|
||||
//go:generate ../../../console/etc/generate-grpc.sh
|
1169
pkg/auth/api/proto/auth.proto
Normal file
1169
pkg/auth/api/proto/auth.proto
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user