package daemon import ( "github.com/langgenius/dify-plugin-daemon/internal/types/app" ) func Run(config *app.Config) { }