Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.
Click to show internal directories.
Click to hide internal directories.