Documentation ¶ Index ¶ func Equal(file1, file2 string) bool func Hash(path string) uint64 func Move(path, dir string) error type Service func NewService(cfg *pb.Config, metaService *meta.Service) *Service func (p *Service) Move(paths []string) func (p *Service) Scan(paths ...string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal(file1, file2 string) bool func Hash ¶ func Hash(path string) uint64 func Move ¶ func Move(path, dir string) error Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService( cfg *pb.Config, metaService *meta.Service, ) *Service func (*Service) Move ¶ func (p *Service) Move(paths []string) func (*Service) Scan ¶ func (p *Service) Scan(paths ...string) Source Files ¶ View all Source files service.go utils.go Click to show internal directories. Click to hide internal directories.