Files
openaccounting-server/core/model/db/syshealth.go
2019-01-18 12:39:21 -02:00

6 lines
66 B
Go

package db
type SystemHealthInteface interface {
Ping() error
}