Documentation ¶
Overview ¶
Package internal allows unit testing without requiring wasm imports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Klog ¶
type Klog struct { api.UnimplementedKlog Severity LogFn func(severity Severity, msg []byte) LogSFn func(severity Severity, msg string, kvs []byte) }
Click to show internal directories.
Click to hide internal directories.