mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
upgrade onvif library
This commit is contained in:
6
interfaces.go
Normal file
6
interfaces.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package onvif
|
||||
|
||||
type Function interface {
|
||||
Request() interface{}
|
||||
Response() interface{}
|
||||
}
|
||||
Reference in New Issue
Block a user