Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodePrintMode ¶
type CodePrintMode string
const ( CodePrintModeOneLine CodePrintMode = "oneLine" CodePrintModeExtend CodePrintMode = "extend" )
type CodePrintOpts ¶
type CodePrintOpts struct { Borders bool LineNumbers bool Arrows bool ColumnArrow bool Mode CodePrintMode }
type ExtractorHL ¶
type ExtractorHL struct { }
func NewExtractorHL ¶
func NewExtractorHL() *ExtractorHL
func (*ExtractorHL) ExtractLines ¶
type ExtractorRaw ¶
type ExtractorRaw struct{}
func NewExtractorRaw ¶
func NewExtractorRaw() *ExtractorRaw
func (*ExtractorRaw) ExtractLines ¶
Click to show internal directories.
Click to hide internal directories.