Ai
1 Star 0 Fork 0

qp84/aiui-iot-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
options.go 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
cnxkey 提交于 2025-02-14 19:12 +08:00 . aiui-iot-core
package memory
import (
"gitee.com/qp84/aiui-iot-core/config/tool/loader"
"gitee.com/qp84/aiui-iot-core/config/tool/reader"
"gitee.com/qp84/aiui-iot-core/config/tool/source"
)
// WithSource appends a source to list of sources
func WithSource(s source.Source) loader.Option {
return func(o *loader.Options) {
o.Source = append(o.Source, s)
}
}
// WithReader sets the config reader
func WithReader(r reader.Reader) loader.Option {
return func(o *loader.Options) {
o.Reader = r
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qp84/aiui-iot-core.git
git@gitee.com:qp84/aiui-iot-core.git
qp84
aiui-iot-core
aiui-iot-core
v1.0.2

搜索帮助