6 lines
115 B
Go
6 lines
115 B
Go
package agent
|
|
|
|
// Placeholder for node agent that pulls config and reports stats.
|
|
|
|
func Run() error { return nil }
|