add missing commands and unify service / namespace options
This commit is contained in:
@@ -49,7 +49,7 @@ func New(opts ...Option) (s *Service, err error) {
|
||||
indexMapping.DefaultAnalyzer = keyword.Name
|
||||
|
||||
s = &Service{
|
||||
id: cfg.Service.Namespace + "." + cfg.Service.Name,
|
||||
id: cfg.GRPC.Namespace + "." + cfg.Service.Name,
|
||||
log: logger,
|
||||
Config: cfg,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user