* Session represents provisioning a single template import or workspace. The daemon always sends Config followed * by one of the requests (InitRequest, ParseRequest, PlanRequest, ApplyRequest, GraphRequest). The provisioner * should respond with a stream of zero or more Logs, followed by the
(request: Observable<Request>)
| 1771 | * it may ignore the CancelRequest. |
| 1772 | */ |
| 1773 | Session(request: Observable<Request>): Observable<Response>; |
| 1774 | } |
| 1775 | |
| 1776 | function toTimestamp(date: Date): Timestamp { |
no outgoing calls