Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Post ¶
type Post struct { Matches []string // 前置匹配(子串包含) PostURL string // POST url Capture string // 匹配正则,优先级高 CaptureGroup int // 捕获组序号 // 在Capture为空时,使用锚点定位 AnchorStart string // 起始锚点 AnchorEnd string // 终止锚点 // contains filtered or unexported fields }
Post process line and then POST it out
func (Post) ProcessLine ¶
ProcessLine process a line string.
Click to show internal directories.
Click to hide internal directories.