MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / MakeAsyncInitiationRequest

Function MakeAsyncInitiationRequest

pkg/vdom/vdom_types.go:59–65  ·  view source on GitHub ↗
(blockId string)

Source from the content-addressed store, hash-verified

57}
58
59func MakeAsyncInitiationRequest(blockId string) VDomAsyncInitiationRequest {
60 return VDomAsyncInitiationRequest{
61 Type: "asyncinitiationrequest",
62 Ts: time.Now().UnixMilli(),
63 BlockId: blockId,
64 }
65}
66
67type VDomFrontendUpdate struct {
68 Type string `json:"type" tstype:"\"frontendupdate\""`

Callers 1

SendAsyncInitiationMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected