Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLFilter ¶
type ACLFilter struct { ResourceTypeFilter int8 `kafka:"min=v0,max=v3"` ResourceNameFilter string `kafka:"min=v0,max=v1,nullable|min=v2,max=v3,nullable,compact"` ResourcePatternTypeFilter int8 `kafka:"min=v1,max=v3"` PrincipalFilter string `kafka:"min=v0,max=v1,nullable|min=v2,max=v3,nullable,compact"` HostFilter string `kafka:"min=v0,max=v1,nullable|min=v2,max=v3,nullable,compact"` Operation int8 `kafka:"min=v0,max=v3"` PermissionType int8 `kafka:"min=v0,max=v3"` // contains filtered or unexported fields }
type Request ¶
type Request struct { Filter ACLFilter `kafka:"min=v0,max=v3"` // contains filtered or unexported fields }
type Resource ¶
type Resource struct { ResourceType int8 `kafka:"min=v0,max=v3"` ResourceName string `kafka:"min=v0,max=v1|min=v2,max=v3,compact"` PatternType int8 `kafka:"min=v1,max=v3"` ACLs []ResponseACL `kafka:"min=v0,max=v3"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.