Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LaunchAsyncResp ¶
type LaunchAsyncResp struct {
RequestID string `json:"request_id"`
}
func LaunchAsync ¶
func LaunchAsync(client *golangsdk.ServiceClient, funcUrn string, opts map[string]string) (*LaunchAsyncResp, error)
type LaunchSyncResp ¶
type LaunchSyncResp struct {
RequestID string `json:"request_id"`
Result string `json:"result"`
Log string `json:"log"`
Status string `json:"status"`
}
func LaunchSync ¶
func LaunchSync(client *golangsdk.ServiceClient, funcUrn string) (*LaunchSyncResp, error)
Click to show internal directories.
Click to hide internal directories.