feat(onvif): 添加通知存储
This commit is contained in:
@ -1 +1,11 @@
|
||||
package onvif
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"onvif-agent/response"
|
||||
"onvif-agent/service/onvif"
|
||||
)
|
||||
|
||||
func GetNotifications(c *gin.Context) {
|
||||
response.NewResponse().WithData(onvif.Notifications).Send(c)
|
||||
}
|
||||
|
Reference in New Issue
Block a user