You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-10 01:20:42 +13:00
6 lines
66 B
Go
6 lines
66 B
Go
|
|
package db
|
||
|
|
|
||
|
|
type SystemHealthInteface interface {
|
||
|
|
Ping() error
|
||
|
|
}
|