splitter

package
v0.0.50-alpha.6 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SplitResult

type SplitResult struct {
	Item []string
}

SplitResult holds a slice of strings as a result of the splitting operation.

type Splitter

type Splitter struct {
	// contains filtered or unexported fields
}

Splitter is responsible for splitting a slice of strings into multiple parts.

func NewSplitter

func NewSplitter(splitCount int, data []string) *Splitter

NewSplitter creates a new Splitter instance with the specified split count and data.

func (*Splitter) GetSplitResult

func (s *Splitter) GetSplitResult() (result []*SplitResult)

GetSplitResult performs the splitting operation and returns the results as a slice of SplitResult. Each SplitResult contains a slice of strings, representing a part of the original data.

Jump to

Keyboard shortcuts

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