QueryCurrentState retrieves the requested state events. If state events are not found, they will be missing from the response.
(ctx context.Context, req *QueryCurrentStateRequest, res *QueryCurrentStateResponse)
| 63 | // QueryCurrentState retrieves the requested state events. If state events are not found, they will be missing from |
| 64 | // the response. |
| 65 | QueryCurrentState(ctx context.Context, req *QueryCurrentStateRequest, res *QueryCurrentStateResponse) error |
| 66 | } |
| 67 | |
| 68 | // API functions required by the syncapi |
no outgoing calls
no test coverage detected