invoke

package
v0.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL