xmr-remote-nodes/internal/monero
Christian Ditaputratama 97fad6cacb
refactor: Use slice.Contains() nettype check
Instead using `||` for each nettype query check , simply using `slice.Contains`.
Also, checking `any` value is not needed here.
2024-07-29 22:30:03 +07:00
..
monero.go refactor: Use slice.Contains() nettype check 2024-07-29 22:30:03 +07:00
monero_test.go feat!: Change the module name to "URL based" 2024-07-07 01:28:44 +07:00
prober.go refactor: Use proberRepo struct instead of interface 2024-07-07 03:25:30 +07:00
prober_test.go Uppercase CheckAPI test func 2024-06-10 03:23:03 +07:00
report.go refactor: Use moneroRepo struct instead of interface 2024-07-07 03:13:11 +07:00
report_test.go test: Unit test for parseStatuses() 2024-06-03 22:18:24 +07:00