pii

package
v1.23.1 Latest Latest
Warning

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

Go to latest
Published: May 13, 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 Detection

type Detection struct {
	Input    string
	Entities []*Entity
}

type Detector

type Detector interface {
	Detect(input []string) (*Result, error)
}

type Entity

type Entity struct {
	BeginOffset int
	EndOffset   int
	Type        string
}

type Result

type Result struct {
	Detections []*Detection
}

type Scanner

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

func NewScanner

func NewScanner(d Detector) *Scanner

func (*Scanner) Scan

func (s *Scanner) Scan(input []string) (*Result, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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