This commit is contained in:
crusader
2018-04-23 19:23:29 +09:00
parent 9c9bb88c91
commit 3efa746c76
24 changed files with 24 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ func (c *SQLServerHealthCrawler) String() string {
return "SQL Server Health Crawler"
}
func (c *SQLServerHealthCrawler) Auth(auth map[string]string) error {
func (c *SQLServerHealthCrawler) Auth(auth map[string]interface{}) error {
return nil
}