when you generate the plugin with main.go it generates the plugin template
but in the generated template we have a InitDao function which takes storage.Dao
and here we are passing New(a.d ) in the New function which creates service
here instead of a.d(as shown in the image below ) it should be only d

when you generate the plugin with main.go it generates the plugin template
but in the generated template we have a InitDao function which takes storage.Dao
and here we are passing New(a.d ) in the New function which creates service
here instead of a.d(as shown in the image below ) it should be only d