6 lines
69 B
Go
6 lines
69 B
Go
package notify
|
|
|
|
type Sender interface {
|
|
Push(notify Notify) error
|
|
}
|