working commit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package handler
|
||||
|
||||
import (
|
||||
"mbase/app/logic"
|
||||
"mbase/app/operator"
|
||||
"mbase/pkg/logger"
|
||||
"mbase/pkg/mbctl"
|
||||
|
||||
@@ -9,12 +9,12 @@ import (
|
||||
)
|
||||
|
||||
type HandlerConfig struct {
|
||||
Logic *logic.Logic
|
||||
Logic *operator.Logic
|
||||
}
|
||||
|
||||
type Handler struct {
|
||||
mbctl.UnimplementedControlServer
|
||||
lg *logic.Logic
|
||||
lg *operator.Logic
|
||||
log *logger.Logger
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user