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

Struct SourceConfig

cli/internal/metadataobject/sources/sources.go:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type SourceConfig struct {
45 MetadataDir string
46
47 logger *logrus.Logger
48}
49
50func New(ec *cli.ExecutionContext, baseDir string) *SourceConfig {
51 return &SourceConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected