We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeeea2 commit 35c35ffCopy full SHA for 35c35ff
polycode/model.go
@@ -48,6 +48,7 @@ type ApiStartEvent struct {
48
}
49
50
type ApiCompleteEvent struct {
51
+ Path string `json:"path"`
52
Response ApiResponse `json:"response"`
53
54
0 commit comments