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