Skip to content

Commit

Permalink
Added documentation in doc.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreinkemeier committed Feb 19, 2018
1 parent ac67a2f commit b89ff58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openstack/networking/v2/extensions/vpnaas/services/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ Example to Create a Service
panic(err)
}
Example to Delete a Service
serviceID := "38aee955-6283-4279-b091-8b9c828000ec"
err := policies.Delete(networkClient, serviceID).ExtractErr()
if err != nil {
panic(err)
}
*/
package services

0 comments on commit b89ff58

Please sign in to comment.