MCPcopy Create free account
hub / github.com/adeljck/PassGet / BrowserData

Struct BrowserData

modules/browser/browserdata/browserdata.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type BrowserData struct {
11 extractors map[types.DataType]extractor.Extractor
12}
13
14func New(items []types.DataType) *BrowserData {
15 bd := &BrowserData{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected