MCPcopy Create free account
hub / github.com/IBM/sarama / AddGroupAssignment

Method AddGroupAssignment

sync_group_request.go:192–197  ·  view source on GitHub ↗
(memberId string, memberAssignment []byte)

Source from the content-addressed store, hash-verified

190}
191
192func (r *SyncGroupRequest) AddGroupAssignment(memberId string, memberAssignment []byte) {
193 r.GroupAssignments = append(r.GroupAssignments, SyncGroupRequestAssignment{
194 MemberId: memberId,
195 Assignment: memberAssignment,
196 })
197}
198
199func (r *SyncGroupRequest) AddGroupAssignmentMember(
200 memberId string,

Callers 2

TestSyncGroupRequestFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSyncGroupRequestFunction · 0.76