Documentation
¶
Index ¶
Constants ¶
View Source
const ( // FileCheckRetries is the number of times to check for a file's existence. FileCheckRetries = 5 // FileCheckDelay is the time to wait between file existence checks. FileCheckDelay = 10 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaConfigUpdateCommand ¶
type MediaConfigUpdateCommand struct {
cor.BaseCommand
// contains filtered or unexported fields
}
func NewMediaConfigUpdateCommand ¶
func NewMediaConfigUpdateCommand(name string, config *cloud.Config, templateService *cloud.TemplateService) *MediaConfigUpdateCommand
func (*MediaConfigUpdateCommand) Execute ¶
func (m *MediaConfigUpdateCommand) Execute(context cor.Context)
func (*MediaConfigUpdateCommand) WaitForTheLocalFileToUpdate ¶
func (m *MediaConfigUpdateCommand) WaitForTheLocalFileToUpdate(localFile string)
type MediaTriggerToGCSObject ¶
type MediaTriggerToGCSObject struct {
cor.BaseCommand
}
func NewMediaTriggerToGCSObject ¶
func NewMediaTriggerToGCSObject(name string) *MediaTriggerToGCSObject
func (*MediaTriggerToGCSObject) Execute ¶
func (c *MediaTriggerToGCSObject) Execute(context cor.Context)
Click to show internal directories.
Click to hide internal directories.