searcher

package
v0.0.0-...-13d1600 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadFileLines

func ReadFileLines(path string) ([]string, error)

Types

type Config

type Config struct {
	CASSANDRA struct {
		PORT int
		HOST string
	}
	NETWORKFOLDER struct {
		FOLDER string
	}
}

type KeyStorage

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

func (*KeyStorage) CloseDatabase

func (keystorage *KeyStorage) CloseDatabase()

func (*KeyStorage) Init

func (keystorage *KeyStorage) Init()

func (*KeyStorage) InsertKeys

func (keystorage *KeyStorage) InsertKeys(value1UUID gocql.UUID, value2UUID gocql.UUID)

func (*KeyStorage) OpenDatabase

func (keystorage *KeyStorage) OpenDatabase(host string, port int)

type KeyValues

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

type NodeType

type NodeType int
const (
	Value1UUID NodeType = iota
	Value2UUID NodeType = iota
)

type PartialHandler

type PartialHandler struct {
	saxlike.VoidHandler
	// contains filtered or unexported fields
}

VoidHandler is a implemented Handler that do nothing.

func (*PartialHandler) CharData

func (h *PartialHandler) CharData(char xml.CharData)

func (*PartialHandler) EndElement

func (h *PartialHandler) EndElement(element xml.EndElement)

func (*PartialHandler) StartElement

func (h *PartialHandler) StartElement(element xml.StartElement)

type ReaderEA

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

func (ReaderEA) ReadLines

func (readerea ReaderEA) ReadLines(path string, config Config)

func (ReaderEA) WalkThrough

func (readerea ReaderEA) WalkThrough(config Config) (err error)

Jump to

Keyboard shortcuts

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