You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/monitor/commands
Kohei Tokunaga 0a7a2b1882
monitor: Move commands to a separated package
This commit moves monitor commands to `monior/commands` package.
Commands still need access to the `monitor` object and buildx controller so this
commit enables this via `Monitor` interface stored in `monitor/types`.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
..
attach.go monitor: Move commands to a separated package 2 years ago
disconnect.go monitor: Move commands to a separated package 2 years ago
exec.go monitor: Move commands to a separated package 2 years ago
kill.go monitor: Move commands to a separated package 2 years ago
list.go monitor: Move commands to a separated package 2 years ago
ps.go monitor: Move commands to a separated package 2 years ago
reload.go monitor: Move commands to a separated package 2 years ago
rollback.go monitor: Move commands to a separated package 2 years ago