type gceImage … type gceMetadata … type gceMetadataItems … type gceAccessConfigs … type gceNetworkInterfaces … type gceInstance … type projectInfo … func runGCPCommandWithZone(args ...string) ([]byte, error) { … } func runGCPCommandWithZones(args ...string) ([]byte, error) { … } func runGCPCommand(args ...string) ([]byte, error) { … } func runGCPCommandNoProject(args ...string) ([]byte, error) { … } func getGCEInstance(host string) (*gceInstance, error) { … } func (g *GCERunner) getSerialOutput(host string) (string, error) { … }