Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
372 Bytes
package nfymsg
import "github.com/target/goalert/gadb"
// SendResult represents the result of a sent message.
type SendResult struct {
// ID is the GoAlert message ID.
ID string
// ProviderMessageID is an identifier that represents the provider-specific ID
// of the message (e.g. Twilio SID).
ProviderMessageID gadb.ProviderMessageID
Status
DestType string
}