//
pkg.gl
Category
github.com/walesey/go-fileserver
files
package
0.0.0-20180813233004-768d611d4fb8
Repository:
https://github.com/walesey/go-fileserver.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
146 SLOC
#
Functions
GetFileItems
GetFileItems - return the file data for the given basepath.
#
Structs
Chunk
Chunk - info for a small segment of a file.
FileItem
FileItem file info containing size, hash and chunk data and sub items if it's a dir.
#
Type aliases
ChunkSlice
ChunkSlice slice of Chunks.
FileItems
FileItems map of file items.