mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
rename imports
This commit is contained in:
@@ -12,10 +12,10 @@ import (
|
||||
|
||||
"github.com/beevik/etree"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/use-go/onvif"
|
||||
"github.com/use-go/onvif/gosoap"
|
||||
"github.com/use-go/onvif/networking"
|
||||
wsdiscovery "github.com/use-go/onvif/ws-discovery"
|
||||
"github.com/kerberos-io/onvif"
|
||||
"github.com/kerberos-io/onvif/gosoap"
|
||||
"github.com/kerberos-io/onvif/networking"
|
||||
wsdiscovery "github.com/kerberos-io/onvif/ws-discovery"
|
||||
)
|
||||
|
||||
func RunApi() {
|
||||
|
||||
@@ -3,9 +3,9 @@ package api
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/use-go/onvif/device"
|
||||
"github.com/use-go/onvif/media"
|
||||
"github.com/use-go/onvif/ptz"
|
||||
"github.com/kerberos-io/onvif/device"
|
||||
"github.com/kerberos-io/onvif/media"
|
||||
"github.com/kerberos-io/onvif/ptz"
|
||||
)
|
||||
|
||||
func getPTZStructByName(name string) (interface{}, error) {
|
||||
|
||||
Reference in New Issue
Block a user