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

Method EventHub

application/dependency/dependency.go:144–144  ·  view source on GitHub ↗

EventHub Get a singleton eventhub.EventHub instance for event publishing.

()

Source from the content-addressed store, hash-verified

142 EncryptorFactory(ctx context.Context) encrypt.CryptorFactory
143 // EventHub Get a singleton eventhub.EventHub instance for event publishing.
144 EventHub() eventhub.EventHub
145 // SearchIndexer Get a singleton searcher.SearchIndexer instance for full-text search indexing.
146 SearchIndexer(ctx context.Context) searcher.SearchIndexer
147 // TextExtractor Get a singleton searcher.TextExtractor instance for text extraction.

Callers 3

NewFileManagerFunction · 0.65
CloseMethod · 0.65

Implementers 1

dependencyapplication/dependency/dependency.go

Calls

no outgoing calls

Tested by

no test coverage detected