Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
197 Bytes
package graphql2
import (
"github.com/target/goalert/gadb"
"github.com/target/goalert/schedule"
)
type OnCallNotificationRuleInput struct {
schedule.OnCallNotificationRule
Dest gadb.DestV1
}