posh-providers/google/gcloud/account.go

9 lines
120 B
Go

package gcloud
type Account struct {
Role string
Environment string
Cluster string
Path string
}