MCPcopy 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}
47func (s *Shodan) SetType(Type string) {
48 s.Type = Type
49}
50
51func (s *Shodan) SetDomain(domain string) {
52 s.Domain = domain

Callers 1

TestShodanFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestShodanFunction · 0.76