mirror of
https://github.com/kerberos-io/onvif.git
synced 2025-09-30 21:52:11 +08:00
7 lines
90 B
Go
7 lines
90 B
Go
package onvif
|
|
|
|
type Function interface {
|
|
Request() interface{}
|
|
Response() interface{}
|
|
}
|