balena-io-experimental / edge-node-manager

Resin uC edge-node-manager written in Go
Apache License 2.0
22 stars 6 forks source link

Make it easier to add support for a new board - DRY #154

Open jbaldwinroberts opened 7 years ago

jbaldwinroberts commented 7 years ago

For example, you have to impl two switch statements https://github.com/resin-io/edge-node-manager/blob/master/device/device.go#L80 https://github.com/resin-io/edge-node-manager/blob/master/application/application.go#L55