3 Star 2 Fork 2

kosmos-zhang/Grafana.Grafana-Chinese

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
embed.go 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
package grafana
import (
"embed"
"io/fs"
)
// CoreSchema embeds all CUE files within the cue/ subdirectory.
//
// TODO good rule about where to search
//
//go:embed cue/*/*.cue
var CoreSchema embed.FS
// TODO good rule about where to search
//
//go:embed public/app/plugins/*/*/*.cue public/app/plugins/*/*/plugin.json
var base embed.FS
// PluginSchema embeds all CUE files within the public/ subdirectory.
var PluginSchema, _ = fs.Sub(base, "public/app/plugins")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kosmoszhang/grafana.grafana-chinese.git
git@gitee.com:kosmoszhang/grafana.grafana-chinese.git
kosmoszhang
grafana.grafana-chinese
Grafana.Grafana-Chinese
v8.0.3

搜索帮助