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 (
|
||||
"errors"
|
||||
"strconv"
|
||||
"fmt"
|
||||
|
||||
"bitbucket.org/ausocean/utils/smartLogger"
|
||||
//"../../utils/smartLogger"
|
||||
|
@ -57,6 +58,7 @@ type Config struct {
|
|||
Quantization string
|
||||
Timeout string
|
||||
IntraRefreshPeriod string
|
||||
rotate string
|
||||
Logger smartLogger.LogInstance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue