Documentation
¶
Index ¶
- type Client
- func (c *Client) Brokers(ctx context.Context) (result []types.Broker, err error)
- func (c *Client) ConsumerGroups(ctx context.Context) (result []types.ConsumerGroup, err error)
- func (c *Client) Offsets(ctx context.Context) (result []types.Offset, err error)
- func (c *Client) OffsetsForConsumerGroups(ctx context.Context) (result []types.Offset, err error)
- func (c *Client) Topics(ctx context.Context) (result []types.Topic, err error)
- type Config
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 (*Client) ConsumerGroups ¶
func (*Client) OffsetsForConsumerGroups ¶
Click to show internal directories.
Click to hide internal directories.