package
0.0.0-20240717101430-769106d90faf
Repository: https://github.com/phylaxis-net/go-captcha.git
Documentation: pkg.go.dev
# Functions
ClearAssetCache is a function*
* @Description: 清除资源缓存
* @param paths
* @return bool
*/.
*
* @Description: 内置默认资源
* @return []string
*/.
*
* @Description: 内置默认资源
* @return []string
*/.
GetAssetCache is a function*
* @Description: 获取缓存资源
* @param path
* @return []byte
* @return error
*/.
HasAssetCache is a function*
* @Description: 资源是否缓存
* @param path
* @return bool
*/.
SetAssetCache is a function*
* @Description: 设置缓存资源
* @param path
* @return error
*/.