status-lib/backends/types.nim

3 lines
126 B
Nim
Raw Normal View History

type Backend* = ref object of RootObj
type StatusGoBackend* = ref object of Backend
type MockBackend* = ref object of Backend