Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DirectoryWatcher ¶
type DirectoryWatcher struct {
// contains filtered or unexported fields
}
func (*DirectoryWatcher) Stop ¶
func (sw *DirectoryWatcher) Stop()
func (*DirectoryWatcher) String ¶
func (s *DirectoryWatcher) String() string
func (*DirectoryWatcher) WaitUntilReady ¶
func (s *DirectoryWatcher) WaitUntilReady() error
type ReadySearcher ¶
ReadySearcher is a Streamer that reports whether its initial load is complete.
func NewDirectorySearcherFast ¶
func NewDirectorySearcherFast(dir string) (ReadySearcher, error)
NewDirectorySearcherFast is like NewDirectorySearcher, but does not block on the initial loading of shards.
This exists since in the case of zoekt-webserver we are happy with having partial availability since that is better than no availability on large instances.
Click to show internal directories.
Click to hide internal directories.