mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
7 lines
90 B
Go
7 lines
90 B
Go
package onvif
|
|
|
|
type Function interface {
|
|
Request() interface{}
|
|
Response() interface{}
|
|
}
|