Refactor proberHandler as an exported function (#957)
authorMarc Tudurí <marctc@protonmail.com>
Tue, 20 Sep 2022 15:40:26 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 15:40:26 +0000 (09:40 -0600)
commit3446984d6a6e7d2fc75c4bdf014cdc232e9bf10a
tree2d45f08cb38d61c73ea410eb0b424bdca318879e
parentcc533f125b41f65719cc00f25c54c8191515b9d9
Refactor proberHandler as an exported function (#957)

* Refactor proberHandler as an exported function

Signed-off-by: Marc Tuduri <marctc@protonmail.com>
go.mod
main.go
main_test.go
prober/handler.go [new file with mode: 0644]
prober/handler_test.go [new file with mode: 0644]
prober/history.go [moved from history.go with 66% similarity]
prober/history_test.go [moved from history_test.go with 72% similarity]