Initial additional method for device

This commit is contained in:
Radhi Fadlillah
2017-05-16 07:31:22 +07:00
parent 01f9b9eca3
commit d23a0ab8f9
2 changed files with 66 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
package onvif
// Device contains data of Onvif device
type Device struct {
ID string
Name string
XAddrs []string
User string
Password string
}