mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-06 06:24:54 +00:00
feat: deprecate old notification module and introduce new notifier module
This commit is contained in:
@@ -8,6 +8,7 @@ type NotifyChannelType string
|
||||
注意:如果追加新的常量值,请保持以 ASCII 排序。
|
||||
NOTICE: If you add new constant, please keep ASCII order.
|
||||
*/
|
||||
// Deprecated: v0.4.x 将废弃
|
||||
const (
|
||||
NotifyChannelTypeBark = NotifyChannelType("bark")
|
||||
NotifyChannelTypeDingTalk = NotifyChannelType("dingtalk")
|
||||
|
Reference in New Issue
Block a user