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 ¶
func (s *CloudProxyServer) ExecuteActionAsync(inputStream executorpb.SpannerExecutorProxy_ExecuteActionAsyncServer) error
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 ¶
Path | Synopsis |
---|---|
test/cloudexecutor/executor/actions | |
test/cloudexecutor/executor/internal |
- Version
- v1.76.1 (latest)
- Published
- Feb 21, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 12 hours ago –
Tools for package owners.