Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AWSClassic = Platform{ // contains filtered or unexported fields } AWSHCP = Platform{ // contains filtered or unexported fields } AWSHCPZeroEgress = Platform{ // contains filtered or unexported fields } GCPClassic = Platform{ // contains filtered or unexported fields } )
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
Platform type represents specific Platform types and how they map to their respective platforms.
func ByName ¶
ByName returns a Platform supported by the verifier if the given name matches any known common names for a supported Platform. It returns an empty/invalid platform if the provided name isn't supported
Click to show internal directories.
Click to hide internal directories.