mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-02 01:18:37 +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>