Skip to content

Commit

Permalink
Merge pull request #12 from HRX980829/master
Browse files Browse the repository at this point in the history
Support extended fields
  • Loading branch information
yj20060714 authored Jul 22, 2021
2 parents d77efc7 + 9982c40 commit 0402bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions replayer-agent/idl/stdtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type SearchReq struct {
// inferred fields
Start string `json:"-"`
End string `json:"-"`
Extend interface{} `json:"extend"`
}

type SearchResp struct {
Expand Down

0 comments on commit 0402bac

Please sign in to comment.