Harden initial framework skeleton
This commit is contained in:
@@ -3,6 +3,8 @@ package notify
|
||||
|
||||
import "context"
|
||||
|
||||
// TODO: implement a real notification backend (email/webhook/etc.).
|
||||
|
||||
// Sender is the adapter boundary for notifications.
|
||||
type Sender interface {
|
||||
Send(ctx context.Context, req SendRequest) (SendResult, error)
|
||||
|
||||
Reference in New Issue
Block a user