mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00
s/ServerStatus/Ping/
This commit is contained in:
@@ -34,7 +34,7 @@ func TestMain(m *testing.M) {
|
||||
os.Exit(retCode)
|
||||
}
|
||||
|
||||
func ExampleServerStatus() {
|
||||
func ExamplePing() {
|
||||
ss := map[string]interface{}{}
|
||||
if err := session.DB("admin").Run(bson.D{{"ping", 1}}, &ss); err != nil {
|
||||
panic(err)
|
||||
|
Reference in New Issue
Block a user