removed filelock from json
This commit is contained in:
parent
27d0297c80
commit
fd287d7ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ type Stream struct {
|
||||||
Base64 string `json:"base64"`
|
Base64 string `json:"base64"`
|
||||||
Interval int `json:"interval"`
|
Interval int `json:"interval"`
|
||||||
WatchAreas []WatchArea `json:"watchAreas"`
|
WatchAreas []WatchArea `json:"watchAreas"`
|
||||||
FileLock sync.Mutex `json:"lock"`
|
FileLock sync.Mutex `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewStream creates a new Stream Object
|
// NewStream creates a new Stream Object
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue