github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/vpn/v5/connection_monitors/requests.go (about) 1 package connection_monitors 2 3 import ( 4 "github.com/chnsz/golangsdk" 5 ) 6 7 func List(client *golangsdk.ServiceClient) (r CommonResult) { 8 _, r.Err = client.Get(listURL(client), &r.Body, nil) 9 return 10 }