(ctx context.Context, data ActivityUpdate)
| 85 | MacOSVersionCommand(ctx context.Context) (string, error) |
| 86 | WshActivityCommand(ct context.Context, data map[string]int) error |
| 87 | ActivityCommand(ctx context.Context, data ActivityUpdate) error |
| 88 | RecordTEventCommand(ctx context.Context, data telemetrydata.TEvent) error |
| 89 | GetVarCommand(ctx context.Context, data CommandVarData) (*CommandVarResponseData, error) |
| 90 | GetAllVarsCommand(ctx context.Context, data CommandVarData) ([]CommandVarResponseData, error) |
no outgoing calls
no test coverage detected