Files
onvif/interfaces.go
Cedric Verstraeten 8902e4e789 upgrade onvif library
2023-12-18 20:16:21 +01:00

7 lines
90 B
Go

package onvif
type Function interface {
Request() interface{}
Response() interface{}
}