Documentation ¶
Overview ¶
Package gsu helps with Google Service Usage, aka APIs activation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIDeployment ¶
type APIDeployment struct { Artifacts struct { ServicesService *serviceusage.ServicesService `yaml:"-"` OperationsService *serviceusage.OperationsService `yaml:"-"` } Core *deploy.Core Settings struct { Service struct { GSU Parameters } } }
APIDeployment struct
func NewAPIDeployment ¶
func NewAPIDeployment() *APIDeployment
NewAPIDeployment create deployment structure
func (*APIDeployment) Deploy ¶
func (apiDeployment *APIDeployment) Deploy() (err error)
Deploy activates APIs
type Parameters ¶
type Parameters struct {
APIList []string `yaml:"apiList" valid:"isNotZeroValue"`
}
Parameters structure
Click to show internal directories.
Click to hide internal directories.