mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-25 23:28:33 +00:00
feat: deprecate old notification module and introduce new notifier module
This commit is contained in:
@@ -207,7 +207,7 @@ func GetOrDefaultBool(dict map[string]any, key string, defaultValue bool) bool {
|
||||
//
|
||||
// 出参:
|
||||
// - 字典中键对应的 `map[string]any` 对象。
|
||||
func GetAnyMap(dict map[string]any, key string) map[string]any {
|
||||
func GetMap(dict map[string]any, key string) map[string]any {
|
||||
if dict == nil {
|
||||
return make(map[string]any)
|
||||
}
|
||||
|
Reference in New Issue
Block a user