Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ece153

Browse files
authored
chore: defineaibridged protobuf specification (#19795)
1 parent5f1ddb6 commit0ece153

File tree

4 files changed

+1967
-0
lines changed

4 files changed

+1967
-0
lines changed

‎Makefile‎

Lines changed: 10 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\
@@ -683,6 +684,7 @@ gen/mark-fresh:
683684
provisionersdk/proto/provisioner.pb.go\
684685
provisionerd/proto/provisionerd.pb.go\
685686
vpn/vpn.pb.go\
687+
aibridged/proto/aibridged.pb.go\
686688
coderd/database/dump.sql\
687689
$(DB_GEN_FILES)\
688690
site/src/api/typesGenerated.ts\
@@ -801,6 +803,14 @@ vpn/vpn.pb.go: vpn/vpn.proto
801803
--go_opt=paths=source_relative\
802804
./vpn/vpn.proto
803805

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp