enterpriseUserQuietHoursScheduleStore provides an agpl.UserQuietHoursScheduleStore that has all fields implemented for enterprise customers.
| 17 | // agpl.UserQuietHoursScheduleStore that has all fields implemented for |
| 18 | // enterprise customers. |
| 19 | type enterpriseUserQuietHoursScheduleStore struct { |
| 20 | defaultSchedule string |
| 21 | userCanSet bool |
| 22 | } |
| 23 | |
| 24 | var _ agpl.UserQuietHoursScheduleStore = &enterpriseUserQuietHoursScheduleStore{} |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected