Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-scan/Goal
/ SetType
Method
SetType
Gsensor/ShodanSensor.go:47–49 ·
view source on GitHub ↗
(Type string)
Source
from the content-addressed store, hash-verified
45
return
"ShodanImpl ver 0.1 with "
+ s.Type
46
}
47
func
(s *Shodan) SetType(Type string) {
48
s.Type = Type
49
}
50
51
func
(s *Shodan) SetDomain(domain string) {
52
s.Domain = domain
Callers
1
TestShodan
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestShodan
Function · 0.76