Documentation
¶
Index ¶
- func Bool(value any, name string) (bool, bool, error)
- func BoolFromString(value string) (bool, error)
- func CopyStringMap[T any](input map[string]T) map[string]T
- func Duration(value any, name string) (time.Duration, bool, error)
- func Float64(value any, name string) (float64, bool, error)
- func Int(value any, name string) (int64, bool, error)
- func IsNilInterface(value any) bool
- func MapStringString(value any, name string) (map[string]string, bool, error)
- func NewEventListenerContext(eventName string, eventType string, listenerName string, listenerType string, ...) loggingcontract.Context
- func NewEventListenerPanicContext(baseContext loggingcontract.Context, panicValue any, panicType string, ...) loggingcontract.Context
- func ParseError(parameterName string, expectedType string, value any, causeErr error) *exception.Error
- func StringifyType(value any) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolFromString ¶
func CopyStringMap ¶
func IsNilInterface ¶
func MapStringString ¶
func NewEventListenerContext ¶
func NewEventListenerPanicContext ¶
func NewEventListenerPanicContext( baseContext loggingcontract.Context, panicValue any, panicType string, panicStack string, ) loggingcontract.Context
func ParseError ¶
func StringifyType ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.