Documentation
¶
Index ¶
- func StatusWithDetails(err error) error
- type Client
- func (c *Client) Call(w io.Writer, names []string, streamType string) error
- func (c *Client) CallBidiStream(w io.Writer, names []string) error
- func (c *Client) CallClientStream(w io.Writer, names []string) error
- func (c *Client) CallServerStream(w io.Writer, name string) error
- func (c *Client) CallUnary(w io.Writer, name string) error
- func (c *Client) Close() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatusWithDetails ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CallBidiStream ¶ added in v0.0.9
func (*Client) CallClientStream ¶
Click to show internal directories.
Click to hide internal directories.