Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(msg string, args ...any) Error(msg string, args ...any) Info(msg string, args ...any) }
Logger interface is the interface that neoq's logger must implement
This interface is a subset of [slog.Logger]. The slog interface was chosen under the assumption that its likely to be Golang's standard library logging interface.
Click to show internal directories.
Click to hide internal directories.