Skip to content

Commit

Permalink
Add Logout() method to RestCilent type as a receiver function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiatong Wang committed Jun 12, 2018
1 parent 6211bca commit 2508c9e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 469 deletions.
3 changes: 2 additions & 1 deletion govc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ import (
_ "github.com/vmware/govmomi/govc/session"
_ "github.com/vmware/govmomi/govc/sso/service"
_ "github.com/vmware/govmomi/govc/sso/user"
_ "github.com/vmware/govmomi/govc/tags/categories"
_ "github.com/vmware/govmomi/govc/tags/category"
_ "github.com/vmware/govmomi/govc/tags/tags"
_ "github.com/vmware/govmomi/govc/task"
_ "github.com/vmware/govmomi/govc/vapp"
_ "github.com/vmware/govmomi/govc/version"
Expand Down
81 changes: 0 additions & 81 deletions govc/tags/categories/create.go

This file was deleted.

85 changes: 0 additions & 85 deletions govc/tags/categories/get.go

This file was deleted.

139 changes: 0 additions & 139 deletions govc/tags/categories/ls.go

This file was deleted.

66 changes: 0 additions & 66 deletions govc/tags/categories/rm.go

This file was deleted.

Loading

0 comments on commit 2508c9e

Please sign in to comment.