added config field to config struct

This commit is contained in:
Saxon Milton 2018-05-02 10:10:44 +09:30
parent 6bfa72b3fc
commit 1da7fcd837
1 changed files with 2 additions and 0 deletions

View File

@ -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
}