package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 6, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BasicNotificationMessage[T any] interface {
Message() (T, error)
}
BasicNotificationMessage 是一个泛型接口,Message 可以返回不同类型
Notifier 是一个发送通知的接口,T 是 BasicNotificationMessage 的返回类型
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.