package
0.0.0-20230223162310-41ee17cc76dd
Repository: https://github.com/walkert/ceedee.git
Documentation: pkg.go.dev

# Functions

New returns a configured Server object which runs the grpc server.
WithDirInterval sets the interval for the directory walk.
WithHistFile sets the history file to watch.
WithHome sets the home directory to use for '~' substitutions.
WithMonitorInterval sets the watcher interval for the history file.
WithPort sets the port the grpc server will listen on.
WithRoot sets the root directory that the directory walk will operate on.
WithSkipList accepts directories which should be skipped during the directory walk.

# Structs

Server is an exported struct which represents the grpc server process and takes various options.

# Type aliases

Opt defines a functional option that operates on a Server receiver.