(ctx context.Context, activity wshrpc.ActivityUpdate)
| 1347 | } |
| 1348 | |
| 1349 | func (ws *WshServer) ActivityCommand(ctx context.Context, activity wshrpc.ActivityUpdate) error { |
| 1350 | telemetry.GoUpdateActivityWrap(activity, "wshrpc-activity") |
| 1351 | return nil |
| 1352 | } |
| 1353 | |
| 1354 | func (ws *WshServer) GetVarCommand(ctx context.Context, data wshrpc.CommandVarData) (*wshrpc.CommandVarResponseData, error) { |
| 1355 | _, fileData, err := filestore.WFS.ReadFile(ctx, data.ZoneId, data.FileName) |
nothing calls this directly
no test coverage detected