Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorMsg = MsgBox{ TypeText: "ERROR", TypeColor: "red1", Code: 1, } SuccessMsg = MsgBox{ TypeText: "SUCCESS", TypeColor: "green", Code: 0, } InfoMsg = MsgBox{ TypeText: "INFO", TypeColor: "cyan", Code: 0, } WarningMsg = MsgBox{ TypeText: "WARNING", TypeColor: "yellow", Code: 0, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.