package
0.0.0-20220902143126-4e8f0250cf4e
Repository: https://github.com/qinlistudio/conship.git
Documentation: pkg.go.dev
# Functions
*
* @description: 删除配置文件
* @param {*gin.Context} c gin上下文
* @param {string} secret 配置文件secret
* @return {*}
*/.
*
* @description: 获取配置文件
* @param {*gin.Context} c
* @param {string} url
* @return {*}
*/.
*
* @description: 更新配置文件
* @param {*gin.Context} c gin上下文
* @param {string} secret 配置文件secret
* @param {string} p 配置文件内容
* @return {*}
*/.
*
* @description: 上传配置文件
* @param {*gin.Context} c gin上下文
* @param {string} p 配置文件内容
* @param {schema.Meta} m 配置文件信息
* @return {*}
*/.