mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-29 21:54:29 +00:00
refactor: clean code
This commit is contained in:
@@ -19,7 +19,7 @@ type Notifier interface {
|
||||
// 出参:
|
||||
// - res:发送结果。
|
||||
// - err: 错误。
|
||||
Notify(ctx context.Context, subject string, message string) (res *NotifyResult, err error)
|
||||
Notify(ctx context.Context, subject string, message string) (_res *NotifyResult, _err error)
|
||||
}
|
||||
|
||||
// 表示通知发送结果的数据结构。
|
||||
|
Reference in New Issue
Block a user