Documentation
¶
Index ¶
Constants ¶
View Source
const (
//ServiceID Google cloudscheduler Service ID.
ServiceID = "gcp/cloudscheduler"
)
Variables ¶
This section is empty.
Functions ¶
func InitRequest ¶
Types ¶
type CtxClient ¶
type CtxClient struct { *gcp.AbstractClient // contains filtered or unexported fields }
CtxClient represents context client
func (*CtxClient) SetService ¶
type DeployRequest ¶
type DeployRequest struct { cloudscheduler.Job Region string Body string // contains filtered or unexported fields }
DeployJobRequest represents deploy job request
func (*DeployRequest) Init ¶
func (r *DeployRequest) Init() error
func (*DeployRequest) Validate ¶
func (r *DeployRequest) Validate() error
type DeployResponse ¶
type DeployResponse struct {
*cloudscheduler.Job
}
DeployJobResponse represents deploy job response
Click to show internal directories.
Click to hide internal directories.