Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func NewHandlers ¶
func NewHandlers(ctx context.Context, config *HandlersConfig) (*Handlers, error)
type HandlersConfig ¶
type HandlersConfig struct { ProjectID string ProjectNumber string ServiceAccountEmail string TargetGAEServiceID string TaskboxService *taskbox.Service CloudtasksClient *cloudtasks.Client GcpboxtestCloudRunService *cloudrun.RunService }
Click to show internal directories.
Click to hide internal directories.