feat: add unix socket api(set debug)
This commit is contained in:
@ -10,7 +10,6 @@ import (
|
||||
"ultone/internal/model"
|
||||
"ultone/internal/opt"
|
||||
"ultone/internal/tool"
|
||||
"ultone/internal/unix"
|
||||
)
|
||||
|
||||
var (
|
||||
@ -33,7 +32,7 @@ func execute(ctx context.Context) error {
|
||||
tool.Must(api.Start(ctx))
|
||||
|
||||
// todo: if need some cli operation, should start local unix rpc svc
|
||||
tool.Must(unix.Start(ctx))
|
||||
//tool.Must(unix.Start(ctx))
|
||||
|
||||
<-ctx.Done()
|
||||
|
||||
|
Reference in New Issue
Block a user