Created
May 9, 2025 17:53
-
-
Save Fyzu/244bb59d5fd83f64579d3a495fa7596d to your computer and use it in GitHub Desktop.
dxLink Proto experiments
This file contains hidden or 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
syntax="proto3"; | |
package dxlink; | |
message Setup { | |
optional string agent = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment