accounts/internal/agent/agent.go
2025-06-04 16:31:42 +08:00

6 lines
115 B
Go

package agent
// Placeholder for node agent that pulls config and reports stats.
func Run() error { return nil }