package
1.1.13
Repository: https://github.com/bentoml/yatai.git
Documentation: pkg.go.dev

# Functions

从流中一直读到文件的末位 @return []byte 没有写到文件且又属于下一个文件的数据 @return int 没有写到文件且又属于下一个文件的数据的长度 @return bool 是否已经读到流的末位了 @return error 是否发生错误.
解析表单的头部 @param read_data 已经从流中读到的数据 @param read_total 已经从流中读到的数据长度 @param boundary 表单的分割字符串 @param stream 输入流 @return FileHeader 文件名等信息头 []byte 已经从流中读到的部分 int 已经从流中读取到的大小 error 是否发生错误.
解析描述文件信息的头部 @return FileHeader 文件名等信息的结构体 @return bool 解析成功还是失败.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

解析多个文件上传中,每个具体的文件的信息.