Initial commit

This commit is contained in:
Radhi Fadlillah
2017-05-15 11:04:02 +07:00
commit ad16e1ba9e
4 changed files with 210 additions and 0 deletions

10
model.go Normal file
View File

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