reqreader

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadRequests

func ReadRequests(path string, withHeader bool, numRequests int) <-chan ReqRecord

ReadRequests reads the CSV files with requests and sends the data to the output channel.

Types

type ReqRecord

type ReqRecord struct {
	Fields []string
	Values []string
	Hash   uint64
}

ReqRecord represents a request record from an input CSV file.

func (ReqRecord) String

func (rec ReqRecord) String() string

Jump to

Keyboard shortcuts

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