This commit is contained in:
iluobei
2026-03-12 16:13:50 +08:00
parent 844560ab11
commit aa0738f802
9 changed files with 671 additions and 79 deletions

View File

@@ -8,6 +8,8 @@ import (
"gopkg.in/yaml.v3"
)
const AgentUserAgent = "miaomiaowux/0.1"
// Config holds the agent configuration
type Config struct {
MasterURL string `yaml:"master_url"`