grpc_client

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func DialContext

func DialContext(ctx context.Context, host string) (*Client, error)

func (*Client) Close

func (clt *Client) Close()

func (*Client) CommitContext

func (clt *Client) CommitContext(ctx context.Context, clientID string, topic message.Topic, idx int) error

func (*Client) ReadContext

func (clt *Client) ReadContext(ctx context.Context, clientID string, topic message.Topic, limit int, wait time.Duration) ([]message.Message, error)

func (*Client) WriteContext

func (clt *Client) WriteContext(ctx context.Context, topic message.Topic, msgs ...[]byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL