Fix search cursor
This commit is contained in:
parent
0533b6e909
commit
9a85dfa062
4 changed files with 36 additions and 3 deletions
12
types.go
12
types.go
|
|
@ -169,6 +169,18 @@ type (
|
|||
} `json:"content"`
|
||||
} `json:"entry"`
|
||||
} `json:"pinEntry,omitempty"`
|
||||
ReplaceEntry struct {
|
||||
Entry struct {
|
||||
Content struct {
|
||||
Operation struct {
|
||||
Cursor struct {
|
||||
Value string `json:"value"`
|
||||
CursorType string `json:"cursorType"`
|
||||
} `json:"cursor"`
|
||||
} `json:"operation"`
|
||||
} `json:"content"`
|
||||
} `json:"entry"`
|
||||
} `json:"replaceEntry,omitempty"`
|
||||
} `json:"instructions"`
|
||||
} `json:"timeline"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue