Documentation
¶
Overview ¶
Package temporal initializes a Temporal worker.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogAdapter ¶
type LogAdapter struct {
// contains filtered or unexported fields
}
LogAdapter implements Temporal's Logger interface.
func (LogAdapter) Debug ¶
func (a LogAdapter) Debug(msg string, keyvals ...any)
func (LogAdapter) Error ¶
func (a LogAdapter) Error(msg string, keyvals ...any)
func (LogAdapter) Info ¶
func (a LogAdapter) Info(msg string, keyvals ...any)
func (LogAdapter) Warn ¶
func (a LogAdapter) Warn(msg string, keyvals ...any)
Click to show internal directories.
Click to hide internal directories.