upgrade onvif library

This commit is contained in:
Cedric Verstraeten
2023-12-18 20:16:21 +01:00
parent 71b6d48393
commit 8902e4e789
275 changed files with 9225 additions and 7711 deletions

6
interfaces.go Normal file
View File

@@ -0,0 +1,6 @@
package onvif
type Function interface {
Request() interface{}
Response() interface{}
}