mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Removed unused updating code and bmclib dependency and other minor changes
This commit is contained in:
parent
9b3c21a20a
commit
0922bbf5f9
5 changed files with 33 additions and 149 deletions
|
|
@ -80,7 +80,7 @@ func DeleteProbeResults(path string, results *[]magellan.ScannedResult) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func GetProbeResults(path string) ([]magellan.ScannedResult, error) {
|
||||
func GetScannedResults(path string) ([]magellan.ScannedResult, error) {
|
||||
db, err := sqlx.Open("sqlite3", path)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed toopen database: %v", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue