Documentation
¶
Index ¶
- Constants
- Variables
- func Coin_flip() (b bool, err error)
- func Error_message(message string) error
- func Flush() error
- func Get_random() (v uint64, err error)
- func Getchar() (r rune, err error)
- func Info_message(message string) error
- func JsonWithRenaming(anything any, old_name string, new_name string) string
- func Json_data(payload string) error
- func Set_source_name(name string) error
- func ToJsonableMap(name string, item any) map[string]any
- type AnyContainer
- type EmitInfo
Constants ¶
View Source
const TopLevelKey = "."
-------------------------------------------------------------------------------- JSON Helpers --------------------------------------------------------------------------------
Variables ¶
View Source
var DSOError error = errors.New("No DSO Available")
Functions ¶
func Error_message ¶
func Get_random ¶
func Info_message ¶
func JsonWithRenaming ¶
func Set_source_name ¶
Types ¶
type AnyContainer ¶
type AnyContainer struct {
Any any `json:"."`
}
Click to show internal directories.
Click to hide internal directories.