(expiresAt *time.Time)
| 4517 | } |
| 4518 | |
| 4519 | func nativeTaskBlockExpiresAt(expiresAt *time.Time) time.Time { |
| 4520 | if expiresAt == nil { |
| 4521 | return time.Time{} |
| 4522 | } |
| 4523 | return expiresAt.UTC() |
| 4524 | } |
| 4525 | |
| 4526 | func nativeOperatorActorContext(scope toolspkg.Scope) (taskpkg.ActorContext, error) { |
| 4527 | if scope.Operator { |