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