(ctx context.Context, arg InsertTaskParams)
| 982 | InsertProvisionerKey(ctx context.Context, arg InsertProvisionerKeyParams) (ProvisionerKey, error) |
| 983 | InsertReplica(ctx context.Context, arg InsertReplicaParams) (Replica, error) |
| 984 | InsertTask(ctx context.Context, arg InsertTaskParams) (TaskTable, error) |
| 985 | InsertTelemetryItemIfNotExists(ctx context.Context, arg InsertTelemetryItemIfNotExistsParams) error |
| 986 | // Inserts a new lock row into the telemetry_locks table. Replicas should call |
| 987 | // this function prior to attempting to generate or publish a heartbeat event to |
no outgoing calls