6 lines
295 B
Go
6 lines
295 B
Go
package agenttask
|
|
|
|
// Integrator implementations must make IdempotencyKey durable and return an
|
|
// IntegrationResult with no partial canonical mutation. A Go error means the
|
|
// immutable change set remains retained; Manager records terminal-deferred and
|
|
// continues later independent ordinals.
|