Embedded javascript plugins (#1393)

This commit is contained in:
WithoutPants
2021-05-26 14:17:53 +10:00
committed by GitHub
parent cc5ec650ae
commit 9b57fbbf50
108 changed files with 30179 additions and 91 deletions

View File

@@ -1,6 +1,8 @@
package plugin
import (
"net/http"
"github.com/stashapp/stash/pkg/models"
"github.com/stashapp/stash/pkg/plugin/common"
)
@@ -33,6 +35,7 @@ type pluginTask struct {
operation *OperationConfig
serverConnection common.StashServerConnection
args []*models.PluginArgInput
gqlHandler http.HandlerFunc
progress chan float64
result *common.PluginOutput