(ctx context.Context, arg InsertTelemetryItemIfNotExistsParams)
| 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 |
| 988 | // the telemetry service. |
no outgoing calls