mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Embedded javascript plugins (#1393)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user