package
0.0.0-20180813233004-768d611d4fb8
Repository: https://github.com/walesey/go-fileserver.git
Documentation: pkg.go.dev

# Functions

GetFileItems - return the file data for the given basepath.

# Structs

Chunk - info for a small segment of a file.
FileItem file info containing size, hash and chunk data and sub items if it's a dir.

# Type aliases

ChunkSlice slice of Chunks.
FileItems map of file items.