Files

6 lines
66 B
Go
Raw Permalink Normal View History

package db
type SystemHealthInteface interface {
Ping() error
}