argoyle 47dbf827f2 fix: add command executor interface for better testing
Introduce the CommandExecutor interface to abstract command execution, 
allowing for easier mocking in tests. Implement DefaultCommandExecutor 
to use the os/exec package for executing commands. Update the 
GenerateCosmoRouterConfig function to utilize the new 
GenerateCosmoRouterConfigWithExecutor function that accepts a command 
executor parameter. Add a MockCommandExecutor for simulating command 
execution in unit tests with realistic behavior based on input YAML 
files. This enhances test coverage and simplifies error handling.
2025-11-20 21:09:00 +01:00
2023-04-27 07:46:52 +02:00
2023-04-27 07:46:52 +02:00
2022-10-14 19:09:51 +02:00
2025-11-19 12:01:31 +01:00
S
Description
No description provided
4.4 MiB
v0.9.6 Latest
2026-03-29 09:58:25 +00:00
Languages
Go 99.2%
Dockerfile 0.8%