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

Struct NodeClient

ent/client.go:1551–1553  ·  view source on GitHub ↗

NodeClient is a client for the Node schema.

Source from the content-addressed store, hash-verified

1549
1550// NodeClient is a client for the Node schema.
1551type NodeClient struct {
1552 config
1553}
1554
1555// NewNodeClient returns a client for the Node from the given config.
1556func NewNodeClient(c config) *NodeClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected