Documentation ¶
Overview ¶
Deprecated: file was moved to ydb package To use it, rename the import to github.com/yandex-cloud/ydb-go-sdk/v2
Deprecated: file was moved to ydb package To use it, rename the import to github.com/yandex-cloud/ydb-go-sdk/v2
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOpResponse ¶
type NoOpResponse = internal.NoOpResponse
type OpResponse ¶
type OpResponse = internal.OpResponse
type Response ¶
func WrapNoOpResponse ¶
func WrapNoOpResponse(resp NoOpResponse) Response
func WrapOpResponse ¶
func WrapOpResponse(resp OpResponse) Response
type StreamOperation ¶
type StreamOperation = internal.StreamOperation
func WrapStreamOperation ¶
func WrapStreamOperation( method string, req proto.Message, resp StreamOperationResponse, p func(error), ) StreamOperation
type StreamOperationResponse ¶
type StreamOperationResponse = internal.StreamOperationResponse
func UnwrapStreamOperation ¶
func UnwrapStreamOperation(op StreamOperation) ( method string, req proto.Message, resp StreamOperationResponse, processor func(error), )
Click to show internal directories.
Click to hide internal directories.