| 11 | ) |
| 12 | |
| 13 | type PhantomStub struct { |
| 14 | CookieJar *cookiejar.Jar |
| 15 | } |
| 16 | |
| 17 | func NewPhantom(phantomjsFile, tempJsDir string, jar ...*cookiejar.Jar) Surfer { |
| 18 | p := &PhantomStub{} |
nothing calls this directly
no outgoing calls
no test coverage detected