Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pkg/plugin/proto/v1alpha1/gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package v1alpha1

//go:generate protoc --go_out=. -I. -I../../../../vendor --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative rollout.proto

// Install the protoc-gen-go and protoc-gen-go-grpc plugins before generating the code.
//
// $ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
// $ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
Loading