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

Struct FsEventClient

ent/client.go:1082–1084  ·  view source on GitHub ↗

FsEventClient is a client for the FsEvent schema.

Source from the content-addressed store, hash-verified

1080
1081// FsEventClient is a client for the FsEvent schema.
1082type FsEventClient struct {
1083 config
1084}
1085
1086// NewFsEventClient returns a client for the FsEvent from the given config.
1087func NewFsEventClient(c config) *FsEventClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected