textparse

package
v0.0.0-...-9c55465 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ItemParser

type ItemParser interface {
	// Parse item text to values
	Parse(item string) []string
}

type LineParser

type LineParser interface {
	// Parse line to values
	Parse(item string) []string
}

type TextItem

type TextItem struct {
	// start line of text item
	Line int
	// Index of items
	Index int
	// Item content
	Content string
	// parsed values of item text
	Values []string
}

TextItem text item struct

type TextParser

type TextParser struct {
	// Delimiter for split items
	Delimiter string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL