Files
zkcoi e9ca2f7d70 fix: rename manager module to git.zkcoi.com/zkcoi/Meshray-Manager
- go.mod module path matches repo zkcoi/Meshray-Manager (case-distinct from zkcoi/Meshray/core)
- rewrite internal imports meshray/{internal,web,pkg} -> Meshray-Manager/... (core refs kept)
- sync README.md / install.sh repo URLs; add CHANGELOG entry
2026-07-15 16:25:46 +08:00

9 lines
377 B
Go

//go:build meshray_core
// Package ctr 管理器在增强构建下空白导入 corebind,
// 触发其 init() 向开源契约注册表注册自定义 conn.Bind 工厂与引擎提供方。
// 默认构建不编译本文件,因此管理器可独立编译、以标准 WireGuard 直连运行。
package ctr
import _ "git.zkcoi.com/zkcoi/Meshray-Manager/internal/ctr/corebind"