mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-16 15:34:26 +00:00
3 lines
126 B
Nim
3 lines
126 B
Nim
|
type Backend* = ref object of RootObj
|
||
|
type StatusGoBackend* = ref object of Backend
|
||
|
type MockBackend* = ref object of Backend
|