aboutsummaryrefslogtreecommitdiff
path: root/proto/mimi/generate.go
blob: e94555613d6f0570311d9da3d801e183d28397da (plain)
1
2
3
4
package mimi

//go:generate protoc --proto_path=. --proto_path=.. --go_out=./announce --go_opt=paths=source_relative --go-grpc_out=./announce --go-grpc_opt=paths=source_relative --twirp_out=./announce --twirp_opt=paths=source_relative ./announce.proto
//go:generate protoc --proto_path=. --proto_path=.. --go_out=./statuspage --go_opt=paths=source_relative --go-grpc_out=./statuspage --go-grpc_opt=paths=source_relative  --twirp_out=./statuspage --twirp_opt=paths=source_relative ./statuspage.proto