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

Struct metadataModeYAMLHandler

cli/commands/metadata_handlers.go:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228type metadataModeYAMLHandler struct{}
229
230func (m *metadataModeYAMLHandler) Export(o *MetadataExportOptions) error {
231 var op errors.Op = "commands.metadataModeYAMLHandler.Export"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected