Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTransportEndpoints ¶
func RegisterTransportHandler ¶
func RegisterTransportHandler(s server.Server, hdlr TransportHandler, opts ...server.HandlerOption) error
Types ¶
type TransportHandler ¶
type TransportHandler interface {
Stream(context.Context, Transport_StreamStream) error
}
type TransportService ¶
type TransportService interface {
Stream(ctx context.Context, opts ...client.CallOption) (Transport_StreamService, error)
}
func NewTransportService ¶
func NewTransportService(name string, c client.Client) TransportService
type Transport_StreamService ¶
Click to show internal directories.
Click to hide internal directories.