MCPcopy Index your code
hub / github.com/coder/coder / Session

Method Session

site/e2e/provisionerGenerated.ts:1773–1773  ·  view source on GitHub ↗

* 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>)

Source from the content-addressed store, hash-verified

1771 * it may ignore the CancelRequest.
1772 */
1773 Session(request: Observable<Request>): Observable<Response>;
1774}
1775
1776function toTimestamp(date: Date): Timestamp {

Callers 11

TestLoginFunction · 0.65
TestLogoutFunction · 0.65
ReadMethod · 0.65
WriteMethod · 0.65
DeleteMethod · 0.65
TestFileFunction · 0.65
TestFileFunction · 0.65
SetupConfigFunction · 0.65
setupFirstUserFunction · 0.65

Implementers 3

protoServerprovisionersdk/session.go
drpcProvisionerClientprovisionersdk/proto/provisioner_drpc.
DRPCProvisionerUnimplementedServerprovisionersdk/proto/provisioner_drpc.

Calls

no outgoing calls

Tested by 6

TestLoginFunction · 0.52
TestLogoutFunction · 0.52
TestFileFunction · 0.52
TestFileFunction · 0.52