Versions in this module Expand all Collapse all v1 v1.1.0 Jan 26, 2018 Changes in this version + type CleanupService interface + DeleteVM func(...VMFilter) (int, error) + func NewCleanupService(logger *log.Logger, projectId string, client *http.Client, dryRun bool) (CleanupService, error) + type VMFilter func(*vmFilter) + func WithLabel(key, value string) VMFilter + func WithNameRegex(prefix string) VMFilter + func WithSubNetwork(subnet string) VMFilter + func WithTag(tag string) VMFilter v1.0.0 Dec 5, 2017 Changes in this version + type API struct + Name string + type APIService interface + Enable func([]API) ([]API, error) + func NewAPIService(logger *log.Logger, projectId string, client *http.Client) (APIService, error) + type Quota struct + Limit float64 + Name string + type QuotaService interface + Project func() (map[string]Quota, error) + Region func(string) (map[string]Quota, error) + func NewQuotaService(logger *log.Logger, projectId string, client *http.Client) (QuotaService, error) Incompatible versions in this module v2.1.0+incompatible Apr 4, 2018 v2.0.0+incompatible Feb 21, 2018