()
| 53 | } |
| 54 | |
| 55 | func (s *EnterpriseTemplateScheduleStore) now() time.Time { |
| 56 | return dbtime.Time(s.Clock.Now()) |
| 57 | } |
| 58 | |
| 59 | // Get implements agpl.TemplateScheduleStore. |
| 60 | func (*EnterpriseTemplateScheduleStore) Get(ctx context.Context, db database.Store, templateID uuid.UUID) (agpl.TemplateScheduleOptions, error) { |
no test coverage detected