context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
github.com/vmware/govmomi | This package is the root package of the govmomi library. |
github.com/vmware/govmomi/find | Package find implements inventory listing and searching. |
github.com/vmware/govmomi/object | |
github.com/vmware/govmomi/pbm | |
github.com/vmware/govmomi/pbm/types | |
github.com/vmware/govmomi/property | |
github.com/vmware/govmomi/session | |
github.com/vmware/govmomi/vim25 | Package vim25 provides a minimal client implementation to use with other packages in the vim25 tree. |
github.com/vmware/govmomi/vim25/mo | |
github.com/vmware/govmomi/vim25/soap | |
github.com/vmware/govmomi/vim25/types | |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
net/url | Package url parses URLs and implements query escaping. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |