open-nomad/drivers/lxc
Mahmood Ali 64f80343fc drivers: re-export ResourceUsage structs
Re-export the ResourceUsage structs in drivers package to avoid drivers
directly depending on the internal client/structs package directly.

I attempted moving the structs to drivers, but that caused some import
cycles that was a bit hard to disentagle.  Alternatively, I added an
alias here that's sufficient for our purposes of avoiding external
drivers depend on internal packages, while allowing us to restructure
packages in future without breaking source compatibility.
2019-01-08 09:11:47 -05:00
..
driver.go drivers: re-export ResourceUsage structs 2019-01-08 09:11:47 -05:00
driver_test.go recover 2019-01-07 14:49:40 -08:00
handle.go drivers: re-export ResourceUsage structs 2019-01-08 09:11:47 -05:00
lxc.go Drivers 2018-12-18 15:50:11 -08:00
lxc_test.go Drivers 2018-12-18 15:50:11 -08:00
state.go Add Driver Plugin for LXC 2018-11-27 21:40:43 -05:00