Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f907c19

Browse files
committed
chore: aibridged protos
1 parent 5bc5a25 commit f907c19

File tree

4 files changed

+1964
-0
lines changed

4 files changed

+1964
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ GEN_FILES := \
636636
provisionersdk/proto/provisioner.pb.go \
637637
provisionerd/proto/provisionerd.pb.go \
638638
vpn/vpn.pb.go \
639+
aibridged/proto/aibridged.pb.go \
639640
$(DB_GEN_FILES) \
640641
$(SITE_GEN_FILES) \
641642
coderd/rbac/object_gen.go \
@@ -801,6 +802,14 @@ vpn/vpn.pb.go: vpn/vpn.proto
801802
--go_opt=paths=source_relative \
802803
./vpn/vpn.proto
803804

805+
aibridged/proto/aibridged.pb.go: aibridged/proto/aibridged.proto
806+
protoc \
807+
--go_out=. \
808+
--go_opt=paths=source_relative \
809+
--go-drpc_out=. \
810+
--go-drpc_opt=paths=source_relative \
811+
./aibridged/proto/aibridged.proto
812+
804813
site/src/api/typesGenerated.ts: site/node_modules/.installed $(wildcard scripts/apitypings/*) $(shell find ./codersdk $(FIND_EXCLUSIONS) -type f -name '*.go')
805814
# -C sets the directory for the go run command
806815
go run -C ./scripts/apitypings main.go > $@

0 commit comments

Comments
 (0)