mirror of https://bitbucket.org/ausocean/av.git
added config field to config struct
This commit is contained in:
parent
6bfa72b3fc
commit
1da7fcd837
|
@ -30,6 +30,7 @@ package revid
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
"bitbucket.org/ausocean/utils/smartLogger"
|
"bitbucket.org/ausocean/utils/smartLogger"
|
||||||
//"../../utils/smartLogger"
|
//"../../utils/smartLogger"
|
||||||
|
@ -57,6 +58,7 @@ type Config struct {
|
||||||
Quantization string
|
Quantization string
|
||||||
Timeout string
|
Timeout string
|
||||||
IntraRefreshPeriod string
|
IntraRefreshPeriod string
|
||||||
|
rotate string
|
||||||
Logger smartLogger.LogInstance
|
Logger smartLogger.LogInstance
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue