MCPcopy Index your code
hub / github.com/coder/coder / enterpriseUserQuietHoursScheduleStore

Struct enterpriseUserQuietHoursScheduleStore

enterprise/coderd/schedule/user.go:19–22  ·  view source on GitHub ↗

enterpriseUserQuietHoursScheduleStore provides an agpl.UserQuietHoursScheduleStore that has all fields implemented for enterprise customers.

Source from the content-addressed store, hash-verified

17// agpl.UserQuietHoursScheduleStore that has all fields implemented for
18// enterprise customers.
19type enterpriseUserQuietHoursScheduleStore struct {
20 defaultSchedule string
21 userCanSet bool
22}
23
24var _ agpl.UserQuietHoursScheduleStore = &enterpriseUserQuietHoursScheduleStore{}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected