Documentation
¶
Index ¶
- func Emit(payload string)
- func Fuzz_coin_flip() bool
- func Fuzz_flush()
- func Fuzz_get_random() uint64
- func Fuzz_getchar() (r rune, err error)
- func Get_source_name() string
- func Get_ticks() int64
- func Get_time() string
- func Log_text(text string, stream string)
- func Set_source_name(name string)
- type LocalHandling
- type LocalJSONDataInfo
- type LocalLogInfo
- type LogJSONDataInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 Get_source_name ¶
func Get_source_name() 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 }
Click to show internal directories.
Click to hide internal directories.