starsz commented on a change in pull request #958:
URL: https://github.com/apache/apisix-dashboard/pull/958#discussion_r537194030



##########
File path: api/internal/core/store/storehub.go
##########
@@ -144,5 +145,17 @@ func InitStores() error {
                return err
        }
 
+       err = InitStore(HubKeyServerInfo, GenericStoreOption{
+               BasePath: "/apisix/data_plane/server_info",
+               ObjType:  reflect.TypeOf(entity.ServerInfo{}),
+               KeyFunc: func(obj interface{}) string {

Review comment:
       I have tried to fix it, but it will be recovery by `goland`.
   So I think it's the behavior of `goland`.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to