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

Struct NetworkObject

cli/internal/metadataobject/network/network.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type NetworkObject struct {
17 MetadataDir string
18
19 logger *logrus.Logger
20}
21
22func New(ec *cli.ExecutionContext, baseDir string) *NetworkObject {
23 return &NetworkObject{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected