dev-feat: add chromium browser for macos

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2021-12-31 16:50:50 +08:00
parent 38a40cb29c
commit 9129c2a0c7
22 changed files with 1337 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package data
type BrowsingData interface {
Parse(masterKey []byte) error
Name() string
}