Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthorizationHeader = "Authorization" AuthorizationHeaderPrefix = "Bearer" )
View Source
const TemporalCloudAPIVersionHeader = "temporal-cloud-api-version"
Variables ¶
View Source
var TemporalCloudAPIVersion = "2023-10-01-00"
Functions ¶
func AwaitAsyncOperation ¶
func AwaitAsyncOperation(ctx context.Context, client cloudservicev1.CloudServiceClient, op *operationv1.AsyncOperation) error
func NewAPIKeyRPCCredential ¶
func NewAPIKeyRPCCredential(apikey string, allowInsecure bool) credentials.PerRPCCredentials
Types ¶
type Client ¶
type Client struct {
cloudservicev1.CloudServiceClient
}
Client is a client for the Temporal Cloud API.
func NewConnectionWithAPIKey ¶
Click to show internal directories.
Click to hide internal directories.