10 lines
147 B
Go
10 lines
147 B
Go
package model
|
|
|
|
type NotificationResult struct {
|
|
AmpliEvent
|
|
Channel string
|
|
Locale string
|
|
TemplateID string
|
|
Result OperationResult
|
|
}
|