Mining/pkg/mining
google-labs-jules[bot] 6412362ea6 feat: Add comprehensive docstrings to the mining package
This commit adds comprehensive Go docstrings to the `pkg/mining` package,
including `mining.go`, `manager.go`, `manager_interface.go`, and `xmrig.go`.

The docstrings cover all public types, interfaces, functions, and methods,
and include examples where appropriate to illustrate usage.

This change improves the developer experience by making the code easier to
understand and use.
2025-11-14 14:32:57 +00:00
..
manager.go feat: Add comprehensive docstrings to the mining package 2025-11-14 14:32:57 +00:00
manager_interface.go feat: Add comprehensive docstrings to the mining package 2025-11-14 14:32:57 +00:00
manager_test.go feat: add _Good, _Bad, _Ugly tests 2025-11-13 21:24:25 +00:00
mining.go feat: Add comprehensive docstrings to the mining package 2025-11-14 14:32:57 +00:00
mining_test.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
service.go fix(ui): Correct UI build and server configuration 2025-11-13 19:49:58 +00:00
service_test.go feat(mining): Increase test coverage for service and manager 2025-11-13 19:23:33 +00:00
syslog_unix.go windows build fix 2025-11-09 19:13:48 +00:00
syslog_windows.go windows build fix 2025-11-09 19:13:48 +00:00
ttminer.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
version.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
xmrig.go feat: Add comprehensive docstrings to the mining package 2025-11-14 14:32:57 +00:00
xmrig_test.go feat: add _Good, _Bad, _Ugly tests 2025-11-13 21:24:25 +00:00