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