===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fever-1.0.13/db/sql.go-69-// SQLGenericQuery is the main kind of query used to pull out event metadata.
fever-1.0.13/db/sql.go:70:const SQLGenericQuery = `SELECT * FROM all_events_query($1::text, $2::timestamp, $3::timestamp, $4::text[], $5::inet, $6::int, $7::inet, $8::int, $9::int);`
fever-1.0.13/db/sql.go-71-
##############################################
fever-1.0.13/processing/stenosis_connector_aux_test.go-130-
fever-1.0.13/processing/stenosis_connector_aux_test.go:131:func (m *mockGRPCServer) Addr() string {
fever-1.0.13/processing/stenosis_connector_aux_test.go-132-	m.mtx.RLock()
##############################################
fever-1.0.13/processing/stenosis_connector_test.go-100-		time.Sleep(10 * time.Millisecond)
fever-1.0.13/processing/stenosis_connector_test.go:101:		if len(grpcServer.Addr()) > 0 {
fever-1.0.13/processing/stenosis_connector_test.go-102-			break
##############################################
fever-1.0.13/processing/stenosis_connector_test.go-114-	// fh.EnableStenosis(apiServer.URL, 2*time.Second, notifyChan, nil)
fever-1.0.13/processing/stenosis_connector_test.go:115:	fh.EnableStenosis(grpcServer.Addr(), 2*time.Second, 10*time.Second,
fever-1.0.13/processing/stenosis_connector_test.go-116-		notifyChan, 10*time.Minute, nil, ifaceSetting)
##############################################
fever-1.0.13/util/hostnamer_rdns.go-35-	}
fever-1.0.13/util/hostnamer_rdns.go:36:	hns, err := net.LookupAddr(ipAddr)
fever-1.0.13/util/hostnamer_rdns.go-37-	if err != nil {