Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ AddGroup
Method
AddGroup
describe_groups_request.go:85–87 ·
view source on GitHub ↗
(group string)
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(r *DescribeGroupsRequest) AddGroup(group string) {
86
r.Groups = append(r.Groups, group)
87
}
Callers
3
TestDescribeGroupsRequestV0
Function · 0.95
TestDescribeGroupsRequestV3
Function · 0.95
TestDescribeGroupsRequestV5
Function · 0.95
Calls
no outgoing calls
Tested by
3
TestDescribeGroupsRequestV0
Function · 0.76
TestDescribeGroupsRequestV3
Function · 0.76
TestDescribeGroupsRequestV5
Function · 0.76