package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jan 21, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cloud provides information about the host cloud platform.
Host is the computing resource that is running the code.
const (
GenericHost Host = iota
VM
Container
Function
)
Valid host types.
String implements fmt.Stringer.
Info describes the host platform. All fields are populated on a best-effort
basis.
Ident attempts to identify the cloud platform where the code is running.
Type is the general cloud type (e.g. AWS, Azure).
String implements fmt.Stringer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.