InitDeviceRepo initializes the device repository.
()
| 277 | |
| 278 | // InitDeviceRepo initializes the device repository. |
| 279 | func (Dev) InitDeviceRepo() error { |
| 280 | return runGo("./cmd/ttn-lw-stack", "dr-db", "init") |
| 281 | } |
| 282 | |
| 283 | // InitStack initializes the Stack. |
| 284 | func (Dev) InitStack() error { |