-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deepql): add support for new deepql
- Loading branch information
Showing
3 changed files
with
2,234 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Proto definition | ||
|
||
This package contains some definitions of proto compiled files. These files are not part of deep-proto (yet). | ||
|
||
For now, we have simply copied the generated source | ||
from [deep.pg.go](https://github.com/intergral/deep/blob/master/pkg/deeppb/deep.pb.go) | ||
|
||
if updating the source - copy the full source from deep then update the imports for tracepoing and poll to use the real version. | ||
|
||
e.g. | ||
|
||
```go | ||
v11 "github.com/intergral/go-deep-proto/poll/v1" | ||
v1 "github.com/intergral/go-deep-proto/tracepoint/v1" | ||
``` |
Oops, something went wrong.