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

Struct settingClient

inventory/setting.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type settingClient struct {
37 client *ent.Client
38 kv cache.Driver
39}
40
41// SetClient sets the client for the setting client
42func (c *settingClient) SetClient(newClient *ent.Client) TxOperator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected