Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAck = errors.New("ack wait must be > 0") ErrAckTimeout = errors.New("timed out waiting for acknowledgement") )
Functions ¶
This section is empty.
Types ¶
type AckWaitSeconds ¶
type AckWaitSeconds int
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) WriteBatch ¶
type ClientBatchFunc ¶
type ClientFactory ¶
func NewClientFactory ¶
func NewClientFactory(ctx context.Context, cfg *Config, dopts ...grpc.DialOption) (ClientFactory, error)
Click to show internal directories.
Click to hide internal directories.