service backend
This commit is contained in:
9
api/pkg/model/nresult.go
Normal file
9
api/pkg/model/nresult.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type NotificationResult struct {
|
||||
AmpliEvent
|
||||
Channel string
|
||||
Locale string
|
||||
TemplateID string
|
||||
Result OperationResult
|
||||
}
|
||||
Reference in New Issue
Block a user