little-cui commented on a change in pull request #711:
URL: 
https://github.com/apache/servicecomb-service-center/pull/711#discussion_r505133849



##########
File path: server/service/auth/manager.go
##########
@@ -17,14 +17,15 @@ package auth
 
 import (
        "fmt"
+       "github.com/apache/servicecomb-service-center/datasource"
        "github.com/apache/servicecomb-service-center/pkg/log"
 )
 
-type dataSourceEngine func(opts Options) (DataSource, error)
+type dataSourceEngine func(opts Options) (datasource.DataSource, error)

Review comment:
       Yes, i am going to mv plugin mgr to datasource pkg. I will finish it in 
Next PR




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to