mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
8 lines
93 B
Go
8 lines
93 B
Go
package data
|
|
|
|
type BrowsingData interface {
|
|
Parse(masterKey []byte) error
|
|
|
|
Name() string
|
|
}
|