package
0.8.2
Repository: https://github.com/no-src/gofs.git
Documentation: pkg.go.dev

# Constants

CompareChunkPushAction compare the file chunk hash value before upload the file chunk.
CompareFileAndChunkPushAction compare the file hash value and first file chunk hash value before upload the file.
CompareFilePushAction compare the file hash value before upload the file.
ParamPushData the request data of push api, contains basic push file info and chunk info etc.
ParamUpFile the field name of upload file or file chunk.
TruncatePushAction truncate the file with the specific size.
UnknownPushAction the unknown push action.
WritePushAction upload the file or file chunk.

# Structs

PushData the request data of the push api.

# Type aliases

PushAction the file upload action.