(query MissingOneImplementationQuery)
| 255 | } |
| 256 | |
| 257 | func (c *Client) SetMisingOneImplementationQuery(query MissingOneImplementationQuery) { |
| 258 | c.missingOneImplQuery = query |
| 259 | } |
| 260 | |
| 261 | // WPTRunCursor: Represents a point for resuming queries based on the last |
| 262 | // TimeStart and ExternalRunID. Useful for pagination. |
no outgoing calls