package executor

import "cloud.google.com/go/spanner/test/cloudexecutor/executor"

Index

Types

type CloudProxyServer

type CloudProxyServer struct {
	// contains filtered or unexported fields
}

CloudProxyServer holds the cloud executor server.

func NewCloudProxyServer

func NewCloudProxyServer(ctx context.Context, opts []option.ClientOption) (*CloudProxyServer, error)

NewCloudProxyServer initializes and returns a new CloudProxyServer instance.

func (*CloudProxyServer) ExecuteActionAsync

ExecuteActionAsync is implementation of ExecuteActionAsync in SpannerExecutorProxyServer. It's a streaming method in which client and server exchange SpannerActions and SpannerActionOutcomes.

Source Files

executor_proxy_server_impl.go

Directories

PathSynopsis
test/cloudexecutor/executor/actions
test/cloudexecutor/executor/internal
Version
v1.78.0
Published
Mar 25, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
36 minutes ago

Tools for package owners.