Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachSrv ¶
type AttachSrv struct { Server string Name common.Expression Cond string CondTest string Comment string }
func (*AttachSrv) GetComment ¶
type CheckComment ¶
tcp-check comment <string>
func (*CheckComment) GetComment ¶
func (c *CheckComment) GetComment() string
func (*CheckComment) Parse ¶
func (c *CheckComment) Parse(parts []string, parserType types.ParserType, comment string) error
func (*CheckComment) String ¶
func (c *CheckComment) String() string
type CheckSend ¶
tcp-check send <data> [comment <msg>]
func (*CheckSend) GetComment ¶
type CheckSendBinary ¶
tcp-check send-binary <hexstring> [comment <msg>]
func (*CheckSendBinary) GetComment ¶
func (c *CheckSendBinary) GetComment() string
func (*CheckSendBinary) Parse ¶
func (c *CheckSendBinary) Parse(parts []string, parserType types.ParserType, comment string) error
func (*CheckSendBinary) String ¶
func (c *CheckSendBinary) String() string
type CheckSendBinaryLf ¶
tcp-check send-binary-lf <hexfmt> [comment <msg>]
func (*CheckSendBinaryLf) GetComment ¶
func (c *CheckSendBinaryLf) GetComment() string
func (*CheckSendBinaryLf) Parse ¶
func (c *CheckSendBinaryLf) Parse(parts []string, parserType types.ParserType, comment string) error
func (*CheckSendBinaryLf) String ¶
func (c *CheckSendBinaryLf) String() string
type CheckSendLf ¶
tcp-check send-lf <fmt> [comment <msg>]
func (*CheckSendLf) GetComment ¶
func (c *CheckSendLf) GetComment() string
func (*CheckSendLf) Parse ¶
func (c *CheckSendLf) Parse(parts []string, parserType types.ParserType, comment string) error
func (*CheckSendLf) String ¶
func (c *CheckSendLf) String() string
type ExpectNetscalerCip ¶
func (*ExpectNetscalerCip) GetComment ¶
func (f *ExpectNetscalerCip) GetComment() string
func (*ExpectNetscalerCip) Parse ¶
func (f *ExpectNetscalerCip) Parse(parts []string, parserType types.ParserType, comment string) error
func (*ExpectNetscalerCip) String ¶
func (f *ExpectNetscalerCip) String() string
type ExpectProxy ¶
func (*ExpectProxy) GetComment ¶
func (f *ExpectProxy) GetComment() string
func (*ExpectProxy) Parse ¶
func (f *ExpectProxy) Parse(parts []string, parserType types.ParserType, comment string) error
func (*ExpectProxy) String ¶
func (f *ExpectProxy) String() string
type SetSrc ¶
type SetSrc struct { Expr common.Expression Cond string CondTest string Comment string }
func (*SetSrc) GetComment ¶
type SwitchMode ¶
func (*SwitchMode) GetComment ¶
func (f *SwitchMode) GetComment() string
func (*SwitchMode) Parse ¶
func (f *SwitchMode) Parse(parts []string, parserType types.ParserType, comment string) error
func (*SwitchMode) String ¶
func (f *SwitchMode) String() string
Click to show internal directories.
Click to hide internal directories.