File size: 197 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
package graphql2
import (
"github.com/target/goalert/gadb"
"github.com/target/goalert/schedule"
)
type OnCallNotificationRuleInput struct {
schedule.OnCallNotificationRule
Dest gadb.DestV1
}
|