Documentation ¶
Index ¶
- type Accept
- type Capture
- type DoResolve
- type ExpectNetscalerCip
- type ExpectProxy
- type Lua
- type Reject
- type ScIncGpc0
- type ScIncGpc1
- type ScSetGpt0
- type SendSpoeGroup
- type SetDst
- type SetDstPort
- type SetPriorityClass
- type SetPriorityOffset
- type SetSrc
- type SetVar
- type SilentDrop
- type TrackSc0
- type TrackSc1
- type TrackSc2
- type UnsetVar
- type UseService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capture ¶
type Capture struct { Expr common.Expression Len int64 }
type DoResolve ¶
type DoResolve struct { Var string Resolvers string Protocol string Expr common.Expression }
type ExpectNetscalerCip ¶
type ExpectNetscalerCip struct { }
func (*ExpectNetscalerCip) Parse ¶
func (f *ExpectNetscalerCip) Parse(parts []string) error
func (*ExpectNetscalerCip) String ¶
func (f *ExpectNetscalerCip) String() string
type ExpectProxy ¶
type ExpectProxy struct { }
func (*ExpectProxy) Parse ¶
func (f *ExpectProxy) Parse(parts []string) error
func (*ExpectProxy) String ¶
func (f *ExpectProxy) String() string
type SendSpoeGroup ¶
func (*SendSpoeGroup) Parse ¶
func (f *SendSpoeGroup) Parse(parts []string) error
func (*SendSpoeGroup) String ¶
func (f *SendSpoeGroup) String() string
type SetDst ¶
type SetDst struct {
Expr common.Expression
}
type SetDstPort ¶
type SetDstPort struct {
Expr common.Expression
}
func (*SetDstPort) Parse ¶
func (f *SetDstPort) Parse(parts []string) error
func (*SetDstPort) String ¶
func (f *SetDstPort) String() string
type SetPriorityClass ¶
type SetPriorityClass struct {
Expr common.Expression
}
func (*SetPriorityClass) Parse ¶
func (f *SetPriorityClass) Parse(parts []string) error
func (*SetPriorityClass) String ¶
func (f *SetPriorityClass) String() string
type SetPriorityOffset ¶
type SetPriorityOffset struct {
Expr common.Expression
}
func (*SetPriorityOffset) Parse ¶
func (f *SetPriorityOffset) Parse(parts []string) error
func (*SetPriorityOffset) String ¶
func (f *SetPriorityOffset) String() string
type SetSrc ¶
type SetSrc struct {
Expr common.Expression
}
type SilentDrop ¶
type SilentDrop struct { }
func (*SilentDrop) Parse ¶
func (f *SilentDrop) Parse(parts []string) error
func (*SilentDrop) String ¶
func (f *SilentDrop) String() string
type UseService ¶
type UseService struct {
ServiceName string
}
func (*UseService) Parse ¶
func (f *UseService) Parse(parts []string) error
func (*UseService) String ¶
func (f *UseService) String() string
Source Files ¶
- accept.go
- capture.go
- do-resolve.go
- expect-netscaler-cip.go
- expect-proxy.go
- lua.go
- reject.go
- sc-inc-gpc0.go
- sc-inc-gpc1.go
- sc-set-gpt0.go
- send-spoe-group.go
- set-dst-port.go
- set-dst.go
- set-priority-class.go
- set-priority-offset.go
- set-src.go
- set-var.go
- silent-drop.go
- track-sc0.go
- track-sc1.go
- track-sc2.go
- unset-var.go
- use-service.go
Click to show internal directories.
Click to hide internal directories.