Package cloud.google.com/go/spanner/test/cloudexecutor/executor (v1.61.0)

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.