Skip to content

Commit 0550ad1

Browse files
chore: add mutagen gRPC client (#111)
Closes coder/internal#379 Much like in coder/coder-desktop-windows#48, this PR adds `mutagen-proto.sh` which finds all required files, following `import`s. Right now, we use this client to stop the daemon over gRPC.
1 parent 9d93c0f commit 0550ad1

File tree

55 files changed

+7946
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+7946
-102
lines changed

Diff for: .gitattributes

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
nix/create-dmg/package-lock.json -diff
1+
**/*.pb.swift linguist-generated=true
2+
**/*.grpc.swift linguist-generated=true
3+
Coder-Desktop/VPNLib/FileSync/MutagenSDK/*.proto linguist-generated=true

Diff for: Coder-Desktop/VPNLib/FileSync/MutagenSDK/filesystem_behavior_probe_mode.pb.swift

+109
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Coder-Desktop/VPNLib/FileSync/MutagenSDK/filesystem_behavior_probe_mode.proto

+49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Coder-Desktop/VPNLib/FileSync/MutagenSDK/selection_selection.pb.swift

+119
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Coder-Desktop/VPNLib/FileSync/MutagenSDK/selection_selection.proto

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)