Move prober and config to own package (#214)
authorJohannes 'fish' Ziemke <github@freigeist.org>
Fri, 1 Sep 2017 15:01:22 +0000 (17:01 +0200)
committerBrian Brazil <brian.brazil@robustperception.io>
Fri, 1 Sep 2017 15:01:22 +0000 (16:01 +0100)
commitde0fa8bb9fc7400b0f65628b42a99d2d61940b73
treeb1ef917e0bd59ede7c101cd6d0ddb319c3c69055
parent411f7cefe606ddbaacea865ac5521f053dfab242
Move prober and config to own package (#214)
18 files changed:
config/config.go [moved from config.go with 93% similarity]
config/config_test.go [moved from config_test.go with 76% similarity]
config/testdata/blackbox-bad.yml [moved from testdata/blackbox-bad.yml with 100% similarity]
config/testdata/blackbox-good.yml [moved from testdata/blackbox-good.yml with 100% similarity]
config/testdata/invalid-dns-module.yml [moved from testdata/invalid-dns-module.yml with 100% similarity]
main.go
main_test.go [new file with mode: 0644]
prober/dns.go [moved from dns.go with 95% similarity]
prober/dns_test.go [moved from dns_test.go with 86% similarity]
prober/http.go [moved from http.go with 94% similarity]
prober/http_test.go [moved from http_test.go with 75% similarity]
prober/icmp.go [moved from icmp.go with 94% similarity]
prober/prober.go [new file with mode: 0644]
prober/tcp.go [moved from tcp.go with 90% similarity]
prober/tcp_test.go [moved from tcp_test.go with 85% similarity]
prober/tls.go [moved from tls.go with 98% similarity]
prober/utils.go [moved from utils.go with 98% similarity]
prober/utils_test.go [moved from utils_test.go with 97% similarity]