Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemcacheMeta ¶
type MemcacheMeta struct { // for text protocol Command string // for binary protocol Opcode byte Keys [][]byte }
MemcacheMeta gathers information about memcache frame for L7 rules matching
func (*MemcacheMeta) IsBinary ¶
func (m *MemcacheMeta) IsBinary() bool
IsBinary tells whether meta instance is for text or binary protocol
Click to show internal directories.
Click to hide internal directories.