package
Version:
v0.5.14
Opens a new window with list of versions in this module.
Published: Mar 21, 2019
License: GPL-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
type UFile struct {
ResChan chan (*Res)
}
NewUFile 新建文件加载器
basePath 本地文件的基本路径
checkInterval 网络文件的最小检测间隔
添加文件(允许本地路径及远程路径)
即使本地文件不存在只要目录存在就会安全返回,通过信道返回文件不存在的提示。等文件创建时会再次通过信道返回正确的内容。
url 只要格式正确就会返回,之后会启动新协程下载文件,成功失败都会通过信道返回结果。
注意:添加本地文件时文件所在的目录必须存在,不存在会尝试创建,创建失败会添加失败,返回错误。
type UserData interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.