PR #1 #10
codeql
on: dynamic
Matrix: analyze
Annotations
10 errors
|
Analyze (go)
cannot use (func(name string, cfg map[string]any, app modular.Application) (any, error) literal) (value of type func(name string, cfg map[string]any, app "github.com/GoCodeAlone/modular".Application) (any, error)) as plugin.StepFactory value in return statement
|
|
Analyze (go)
cannot use (func(name string, _ map[string]any, app modular.Application) (any, error) literal) (value of type func(name string, _ map[string]any, app "github.com/GoCodeAlone/modular".Application) (any, error)) as plugin.StepFactory value in return statement
|
|
Analyze (go)
cannot use (func(name string, cfg map[string]any, app modular.Application) (any, error) literal) (value of type func(name string, cfg map[string]any, app "github.com/GoCodeAlone/modular".Application) (any, error)) as plugin.StepFactory value in return statement
|
|
Analyze (go)
cannot use (func(app modular.Application, _ *config.WorkflowConfig) error literal) (value of type func(app "github.com/GoCodeAlone/modular".Application, _ *"github.com/GoCodeAlone/workflow/config".WorkflowConfig) error) as func(app "github.com/CrisisTextLine/modular".Application, cfg *"github.com/GoCodeAlone/workflow/config".WorkflowConfig) error value in struct literal
|
|
Analyze (go)
cannot use (func(name string, cfg map[string]any) modular.Module literal) (value of type func(name string, cfg map[string]any) "github.com/GoCodeAlone/modular".Module) as plugin.ModuleFactory value in return statement
|
|
Analyze (go)
cannot use func(name string, cfg map[string]any, app modular.Application) (any, error) {…} (value of type func(name string, cfg map[string]any, app "github.com/GoCodeAlone/modular".Application) (any, error)) as plugin.StepFactory value in return statement
|
|
Analyze (go)
cannot use func(name string, _ map[string]any, app modular.Application) (any, error) {…} (value of type func(name string, _ map[string]any, app "github.com/GoCodeAlone/modular".Application) (any, error)) as plugin.StepFactory value in return statement
|
|
Analyze (go)
cannot use func(name string, cfg map[string]any, app modular.Application) (any, error) {…} (value of type func(name string, cfg map[string]any, app "github.com/GoCodeAlone/modular".Application) (any, error)) as plugin.StepFactory value in return statement
|
|
Analyze (go)
cannot use func(app modular.Application, _ *config.WorkflowConfig) error {…} (value of type func(app "github.com/GoCodeAlone/modular".Application, _ *"github.com/GoCodeAlone/workflow/config".WorkflowConfig) error) as func(app "github.com/CrisisTextLine/modular".Application, cfg *"github.com/GoCodeAlone/workflow/config".WorkflowConfig) error value in struct literal
|
|
Analyze (go)
cannot use func(name string, cfg map[string]any) modular.Module {…} (value of type func(name string, cfg map[string]any) "github.com/GoCodeAlone/modular".Module) as plugin.ModuleFactory value in return statement
|