Inserts a new lock row into the telemetry_locks table. Replicas should call this function prior to attempting to generate or publish a heartbeat event to the telemetry service. If the query returns a duplicate primary key error, the replica should not attempt to generate or publish the event to the
(ctx context.Context, arg InsertTelemetryLockParams)
| 989 | // If the query returns a duplicate primary key error, the replica should not |
| 990 | // attempt to generate or publish the event to the telemetry service. |
| 991 | InsertTelemetryLock(ctx context.Context, arg InsertTelemetryLockParams) error |
| 992 | InsertTemplate(ctx context.Context, arg InsertTemplateParams) error |
| 993 | InsertTemplateVersion(ctx context.Context, arg InsertTemplateVersionParams) error |
| 994 | InsertTemplateVersionParameter(ctx context.Context, arg InsertTemplateVersionParameterParams) (TemplateVersionParameter, error) |
no outgoing calls