v0

package
v0.0.0-...-fcf41b5 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const Version int16 = 0

Variables

This section is empty.

Functions

This section is empty.

Types

type DescribeGroupGroupResponse

type DescribeGroupGroupResponse struct {
	ErrCode      errors.KafkaError
	GroupID      string
	GroupState   string
	ProtocolType string
	ProtocolData string
	Members      []DescribeGroupMembersResponse
}

type DescribeGroupMembersResponse

type DescribeGroupMembersResponse struct {
	MemberID         string
	ClientID         string
	ClientHost       string
	MemberMetadata   []byte
	MemberAssignment []byte
}

type Request

type Request struct {
	Groups []string
}

func (*Request) Version

func (r *Request) Version() int16

type Response

type Response struct {
	Groups []DescribeGroupGroupResponse
}

func (*Response) Version

func (r *Response) Version() int16

Jump to

Keyboard shortcuts

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