Documentation ¶
Index ¶
- type ClientWrapper
- func (cw ClientWrapper) Ping(ctx context.Context, req *shared.Request, headers, trailers *metadata.MD) (*shared.Response, error)
- func (cw ClientWrapper) PingBidiStream(ctx context.Context, headers, trailers *metadata.MD) (shared.TestPingBidiStreamClient, error)
- func (cw ClientWrapper) PingBidiStreamError(ctx context.Context) (shared.TestPingBidiStreamErrorClient, error)
- func (cw ClientWrapper) PingClientStream(ctx context.Context, headers, trailers *metadata.MD) (shared.TestPingClientStreamClient, error)
- func (cw ClientWrapper) PingClientStreamError(ctx context.Context) (shared.TestPingClientStreamErrorClient, error)
- func (cw ClientWrapper) PingError(ctx context.Context, req *shared.Request) error
- func (cw ClientWrapper) PingList(ctx context.Context, req *shared.Request, headers, trailers *metadata.MD) (shared.TestPingListClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientWrapper ¶
type ClientWrapper struct {
C testproto.TestServiceClient
}
func (ClientWrapper) PingBidiStream ¶
func (cw ClientWrapper) PingBidiStream(ctx context.Context, headers, trailers *metadata.MD) (shared.TestPingBidiStreamClient, error)
func (ClientWrapper) PingBidiStreamError ¶
func (cw ClientWrapper) PingBidiStreamError(ctx context.Context) (shared.TestPingBidiStreamErrorClient, error)
func (ClientWrapper) PingClientStream ¶
func (cw ClientWrapper) PingClientStream(ctx context.Context, headers, trailers *metadata.MD) (shared.TestPingClientStreamClient, error)
func (ClientWrapper) PingClientStreamError ¶
func (cw ClientWrapper) PingClientStreamError(ctx context.Context) (shared.TestPingClientStreamErrorClient, error)
Click to show internal directories.
Click to hide internal directories.