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.80.0 (latest)
Published
Apr 24, 2025
Platform
windows/amd64
Imports
4 packages
Last checked
47 minutes ago

Tools for package owners.