Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) IsUserOnCall ¶
func (*DB) OnCallByUser ¶
type OnCallAssignment ¶
type OnCallAssignment struct {
ServiceID string `json:"service_id"`
ServiceName string `json:"service_name"`
EPID string `json:"escalation_policy_id"`
EPName string `json:"escalation_policy_name"`
Level int `json:"escalation_policy_step_number"`
RotationID string `json:"rotation_id"`
RotationName string `json:"rotation_name"`
ScheduleID string `json:"schedule_id"`
ScheduleName string `json:"schedule_name"`
UserID string `json:"user_id"`
IsActive bool `json:"is_active"`
}
Click to show internal directories.
Click to hide internal directories.