local

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Emit

func Emit(payload string)

func Fuzz_coin_flip

func Fuzz_coin_flip() bool

func Fuzz_flush

func Fuzz_flush()

func Fuzz_get_random

func Fuzz_get_random() uint64

func Fuzz_getchar

func Fuzz_getchar() (r rune, err error)

func Get_source_name

func Get_source_name() string

func Get_ticks

func Get_ticks() int64

func Get_time

func Get_time() string

func Log_text

func Log_text(text string, stream string)

func Set_source_name

func Set_source_name(name string)

Types

type LocalHandling

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

type LocalJSONDataInfo

type LocalJSONDataInfo struct {
	Any any `json:"."`
}

type LocalLogInfo

type LocalLogInfo struct {
	Ticks      int64  `json:"ticks"`
	TimeUTC    string `json:"time"`
	Source     string `json:"source"`
	Stream     string `json:"stream"`
	OutputText string `json:"output_text"`
}

-------------------------------------------------------------------------------- Local Logging --------------------------------------------------------------------------------

func NewLogInfo

func NewLogInfo(stream string, text string) *LocalLogInfo

type LogJSONDataInfo

type LogJSONDataInfo struct {
	LocalLogInfo
	LocalJSONDataInfo
}

Jump to

Keyboard shortcuts

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