MCPcopy Create free account
hub / github.com/devspace-sh/devspace / FakeBrowser

Struct FakeBrowser

pkg/util/browser/testing/fake.go:4–7  ·  view source on GitHub ↗

FakeBrowser is a fake browser implementation for test purposes

Source from the content-addressed store, hash-verified

2
3// FakeBrowser is a fake browser implementation for test purposes
4type FakeBrowser struct {
5 RunCallback callback
6 StartCallback callback
7}
8
9type callback func(url string) error
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected