14 Commits

Author SHA1 Message Date
00f0bcb2de 🔨 Restructure entire project logic
- Moved readers to the config package
- Added an option to read remote config files
- Moved the validation package to the config package and removed the validator dependency
- Moved the customerrors package to the config package
- Replaced fatih/color with jedib0t/go-pretty/v6/text
- Removed proxy check functionality
- Added param, header, cookie, body, and proxy flags to the CLI
- Allowed multiple values for the same key in params, headers, and cookies
2025-03-16 21:20:33 +04:00
4cb0540824 🔨 Replace color utils with 'github.com/fatih/color' 2025-03-02 20:18:11 +04:00
186683fce5 🔨Cobra package replaced with standard flag package 2024-12-18 20:58:14 +04:00
fe4a93b394 🔨 Add constructors to config structs 2024-11-27 00:46:14 +04:00
0725c1a481 🔨 Refactor 'option[T]' type 2024-11-24 16:54:38 +04:00
011c7a7774 Added 'no-proxy-check' parameter 2024-11-22 23:58:17 +04:00
6a33c359c7 🐛 Minor fixes 2024-09-17 17:33:55 +04:00
94a74c64b7 🔨 Set max table column with in config and response packages 2024-09-10 21:04:13 +04:00
ff1df870aa add yes flag to CLIConfigReader 2024-09-03 02:26:32 +04:00
c2ce8e587b 🔨 add CLI yes or no reader to confirm starting Dodo 2024-09-03 02:06:49 +04:00
2fe8df28d5 Add context and signal handling for graceful shutdown 2024-08-24 19:41:12 +04:00
670d07bda2 🔨 Refactor all requests package logic.
- Replace net/http with fasthttp in the requests package.
2024-07-21 19:40:16 +04:00
5d1b0626a9 🐛 fix: overrides error key in errsStr map 2024-06-01 00:24:28 +04:00
7a2558b25a 🎉first commit 2024-05-25 20:26:20 +04:00