mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
8 lines
413 B
Bash
Executable File
8 lines
413 B
Bash
Executable File
#!/bin/bash
|
|
|
|
protoc notifier/proto/notifier.proto --go_out=plugins=grpc:../.. --go_out=../../..
|
|
protoc kms/proto/kms.proto --go_out=plugins=grpc:../.. --go_out=../../..
|
|
protoc auth/proto/auth.proto --go_out=plugins=grpc:../.. --go_out=../../..
|
|
protoc eventsearcher/proto/search.proto --go_out=plugins=grpc:../.. --go_out=../../..
|
|
protoc metadata/proto/metadata.proto --go_out=plugins=grpc:../.. --go_out=../../..
|