wip: add analysis runner / agent, separate Server/Queue/Agent, use New* initializers
This commit is contained in:
committed by
=Michael Hohn
parent
2ab596bf1d
commit
f7155eba50
@@ -2,3 +2,8 @@ package logger
|
||||
|
||||
type LoggerSingle struct {
|
||||
}
|
||||
|
||||
func NewLoggerSingle() *LoggerSingle {
|
||||
l := LoggerSingle{}
|
||||
return &l
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user