sampledataset

package
v0.0.0-...-57b9316 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: AGPL-3.0 Imports: 16 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessSyntheicDataRequest

func ProcessSyntheicDataRequest(ctx *fasthttp.RequestCtx, myid uint64)

Types

type DynamicUserGenerator

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

func InitDynamicUserGenerator

func InitDynamicUserGenerator(ts bool, seed int64) *DynamicUserGenerator

func (*DynamicUserGenerator) GetLogLine

func (r *DynamicUserGenerator) GetLogLine() ([]byte, error)

func (*DynamicUserGenerator) GetRawLog

func (r *DynamicUserGenerator) GetRawLog() (map[string]interface{}, error)

func (*DynamicUserGenerator) Init

func (r *DynamicUserGenerator) Init() error

type Generator

type Generator interface {
	Init() error
	GetLogLine() ([]byte, error)
	GetRawLog() (map[string]interface{}, error)
}

Jump to

Keyboard shortcuts

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