mirror of
https://gitea.com/Lydanne/buildx.git
synced 2026-03-01 16:42:28 +08:00
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>