()
| 1169 | } |
| 1170 | |
| 1171 | func (m *Member) GetForceGroupId() bool { |
| 1172 | if m != nil { |
| 1173 | return m.ForceGroupId |
| 1174 | } |
| 1175 | return false |
| 1176 | } |
| 1177 | |
| 1178 | type Group struct { |
| 1179 | Members map[uint64]*Member `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
nothing calls this directly
no outgoing calls
no test coverage detected