forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from dolthub/aaron/proto-to-dolthub-vt-subdir
proto: Move .proto files to dolthub/vt subdirectory and package name.
- Loading branch information
Showing
19 changed files
with
3,718 additions
and
4,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#!/bin/bash | ||
|
||
go install github.com/golang/protobuf/protoc-gen-go | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess binlogdata.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess replicationdata.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess time.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess logutil.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess vtrpc.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess topodata.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess query.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess vtgate.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/binlogdata.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/replicationdata.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/time.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/logutil.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/vtrpc.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/topodata.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/query.proto | ||
protoc --proto_path=proto --go_out=. --go_opt=module=github.com/dolthub/vitess dolthub/vt/vtgate.proto |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.