Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateNotificationRouter = router.Handler(func(c router.Context) { var ( input CreateNotificationParams ) c.ResponseFunc(c.ShouldBindJSON(&input), func() schema.Response { return CreateNotification(helper.NewContext(&c), input) }) })
Functions ¶
func CreateNotification ¶
func CreateNotification(c helper.Context, input CreateNotificationParams) (res schema.Response)
Types ¶
Click to show internal directories.
Click to hide internal directories.