Created
February 9, 2026 14:43
-
-
Save boyney123/02a9f97fb9be756a8f6a8bebeb923910 to your computer and use it in GitHub Desktop.
testing
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
| service Name { | |
| version 1.0.0 | |
| summary "Hello world" | |
| } | |
| event Name { | |
| version 1.0.0 | |
| summary "description" | |
| } | |
| query Name { | |
| version 1.0.0 | |
| summary "description" | |
| } | |
| command Name { | |
| version 1.0.0 | |
| summary "description" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment