10 lines
161 B
Go
10 lines
161 B
Go
package notifications
|
|
|
|
import (
|
|
"context"
|
|
|
|
"github.com/tech/sendico/pkg/model"
|
|
)
|
|
|
|
type NResultHandler = func(context.Context, *model.NotificationResult) error
|