Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions compiler/dag/op.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,13 @@ type (
Commit ksuid.KSUID `json:"commit"`
}
RobotScan struct {
Kind string `json:"kind" unpack:""`
Expr Expr `json:"expr"`
Format string `json:"format"`
Filter Expr `json:"filter"`
Kind string `json:"kind" unpack:""`
Expr Expr `json:"expr"`
Format string `json:"format"`
Filter Expr `json:"filter"`
Method string `json:"method"`
Headers Expr `json:"headers"`
Body Expr `json:"body"`
}
PoolMetaScan struct {
Kind string `json:"kind" unpack:""`
Expand Down
Loading