mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Shorten legacy HSM deprecation notices
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// Package callbacks implements the legacy HSM-backed callback state machine.
|
||||
//
|
||||
// Deprecated: New callback functionality belongs in chasm/lib/callback. This package is maintained
|
||||
// only for existing HSM-backed workflows until their migration to CHASM is complete.
|
||||
// Deprecated: New callback functionality belongs in chasm/lib/callback.
|
||||
package callbacks
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// Package nexusoperations implements the legacy HSM-backed Nexus operation state machines.
|
||||
//
|
||||
// Deprecated: New Nexus operation functionality belongs in chasm/lib/nexusoperation. This package
|
||||
// is maintained only for existing HSM-backed workflows until their migration to CHASM is complete.
|
||||
// Deprecated: New Nexus operation functionality belongs in chasm/lib/nexusoperation.
|
||||
package nexusoperations
|
||||
|
||||
Reference in New Issue
Block a user