Files
openaccounting-server/core/model/db/syshealth.go

6 lines
66 B
Go
Raw Normal View History

package db
type SystemHealthInteface interface {
Ping() error
}