Skip to content

Commit a8f4811

Browse files
committed
Add MatcherKey field to OutputChannelItem and Entry structs
1 parent 458bc85 commit a8f4811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ type OutputChannelItem struct {
663663
Error *Error
664664
Capture *Capture
665665
Checksums []string
666+
MatcherKey string
666667
}
667668

668669
type ReadProgress struct {
@@ -829,6 +830,7 @@ type Entry struct {
829830
Data interface{} `json:"data"`
830831
DataRef string `json:"dataRef"`
831832
Size int `json:"size"`
833+
MatcherKey string `json:"matcherKey"`
832834
}
833835

834836
func (e *Entry) BuildId() {

0 commit comments

Comments
 (0)