MCPcopy
hub / github.com/hasura/graphql-engine / ActionConfig

Struct ActionConfig

cli/internal/metadataobject/actions/actions.go:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type ActionConfig struct {
28 MetadataDir string
29 ActionConfig *types.ActionExecutionConfig
30 serverFeatureFlags *version.ServerFeatureFlags
31 cliExtensionConfig *cliextension.Config
32 ensureCliExt func() error
33 cleanupCliExt func()
34
35 logger *logrus.Logger
36}
37
38func New(ec *cli.ExecutionContext, baseDir string) *ActionConfig {
39 cfg := &ActionConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected