mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Fixed '--subnet' flag not adding hosts to scan
This commit is contained in:
parent
0c30d4dc3a
commit
dd829cd10e
4 changed files with 43 additions and 26 deletions
4
internal/cache/cache.go
vendored
4
internal/cache/cache.go
vendored
|
|
@ -1,6 +1,8 @@
|
|||
package cache
|
||||
|
||||
import "database/sql/driver"
|
||||
import (
|
||||
"database/sql/driver"
|
||||
)
|
||||
|
||||
type Cache[T any] interface {
|
||||
CreateIfNotExists(path string) (driver.Connector, error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue