Migrate to GitHub actions for coverage & unit test automation (#251)

This commit is contained in:
Joona Hoikkala
2021-01-11 17:31:09 +02:00
committed by GitHub
parent 9c6ca258e1
commit 835fbb9ef6
15 changed files with 88 additions and 64 deletions

View File

@ -21,9 +21,6 @@ type DNSConfig struct {
Logconfig logconfig
}
// Auth middleware
type authMiddleware struct{}
// Config file general section
type general struct {
Listen string