status-lib/backends/types.nim
2021-09-29 11:09:38 -04:00

3 lines
126 B
Nim

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