accounts/server/internal/agent/agent.go

6 lines
115 B
Go

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