MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / MetadataClient

Struct MetadataClient

ent/client.go:1400–1402  ·  view source on GitHub ↗

MetadataClient is a client for the Metadata schema.

Source from the content-addressed store, hash-verified

1398
1399// MetadataClient is a client for the Metadata schema.
1400type MetadataClient struct {
1401 config
1402}
1403
1404// NewMetadataClient returns a client for the Metadata from the given config.
1405func NewMetadataClient(c config) *MetadataClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected