Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶ added in v0.0.9
type Type uint8
Type represents the classification of message types in the system. Available types: - Normal (0): Standard message without special formatting - Info (1): Informational message usually displayed with distinct styling - Error (2): Error message indicating failures or critical issues - Warning (3): Warning message indicating potential issues - OK (4): Success or confirmation message
func DetectMessageType ¶
DetectMessageType detects the message type based on its content Accepts multiple arguments of any type, processing strings and errors
Click to show internal directories.
Click to hide internal directories.