feat(config): 实现阶段 2 配置加载 — 应用配置与 Agent 配置加载

This commit is contained in:
hhs
2026-06-10 13:44:15 +08:00
parent 62813cbe2e
commit 85a3d1e27d
4 changed files with 200 additions and 0 deletions

3
go.sum Normal file
View File

@@ -0,0 +1,3 @@
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=