MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / nodeClient

Struct nodeClient

inventory/node.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type nodeClient struct {
44 client *ent.Client
45}
46
47func (c *nodeClient) SetClient(newClient *ent.Client) TxOperator {
48 return &nodeClient{client: newClient}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected