MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / NewNotify

Function NewNotify

dto/notify.go:18–25  ·  view source on GitHub ↗
(t string, title string, content string, values []interface{})

Source from the content-addressed store, hash-verified

16)
17
18func NewNotify(t string, title string, content string, values []interface{}) Notify {
19 return Notify{
20 Type: t,
21 Title: title,
22 Content: content,
23 Values: values,
24 }
25}

Callers 2

NotifyRootUserFunction · 0.92
checkAndSendQuotaNotifyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected