(ctx context.Context, Duration *schema.OffsetDuration)
| 756 | } |
| 757 | |
| 758 | func newtimer(ctx context.Context, Duration *schema.OffsetDuration) schema.OffsetTimer { |
| 759 | resolveStartTime, _ := ctx.Value(resolveStartTime).(time.Time) |
| 760 | tf := schema.NewOffsetTimerFactory(resolveStartTime) |
| 761 | return tf.NewOffsetTimer(Duration) |
| 762 | } |
no test coverage detected