mirror of https://bitbucket.org/ausocean/av.git
get pointer to logger instead of copy
This commit is contained in:
parent
043f48411c
commit
6ce2464a62
|
@ -95,7 +95,7 @@ type Config struct {
|
||||||
FrameRate string
|
FrameRate string
|
||||||
HttpAddress string
|
HttpAddress string
|
||||||
Quantization string
|
Quantization string
|
||||||
Logger smartLogger.LogInstance
|
Logger *smartLogger.LogInstance
|
||||||
}
|
}
|
||||||
|
|
||||||
type RevidInst interface {
|
type RevidInst interface {
|
||||||
|
|
Loading…
Reference in New Issue