mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-12 13:35:00 +00:00
5285cf7d8c
abstract backend; add mock backend and testing move bookmarks to backend wrapper move bookmarks to backend wrapper move bookmarks to backend wrapper working version cleanup add mock backend add nimble task & test folder add evn.sh make test run; implement bookmark method in the mock add nim unit test removing duplicated statement that was causing tests to run twice re-enable other initilizations in the status object; support specifying backend in the constructor update bookmark test update bookmark test update nimble and makefile update nimble and makefile update bookmarks test remove old browser file
6 lines
80 B
Nim
6 lines
80 B
Nim
|
|
type Bookmark* = ref object
|
|
name*: string
|
|
url*: string
|
|
imageUrl*: string
|