mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-12 05:24:30 +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 |