Documentation
¶
Index ¶
- func Error(v ...interface{})
- func ErrorToDiscord(v ...interface{})
- func ErrorWithAttachment(attachment []byte, v ...interface{})
- func Info(v ...interface{})
- func InfoToDiscord(v ...interface{})
- func InfoWithAttachment(attachment []byte, v ...interface{})
- func Panic(v ...interface{})
- func PanicToDiscord(v ...interface{})
- func PanicWithAttachment(attachment []byte, v ...interface{})
- func Setup(hookURL, pingID string)
- func Success(v ...interface{})
- func SuccessToDiscord(v ...interface{})
- func SuccessWithAttachment(attachment []byte, v ...interface{})
- func Warn(v ...interface{})
- func WarnToDiscord(v ...interface{})
- func WarnWithAttachment(attachment []byte, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorToDiscord ¶
func ErrorToDiscord(v ...interface{})
func ErrorWithAttachment ¶
func ErrorWithAttachment(attachment []byte, v ...interface{})
func InfoToDiscord ¶
func InfoToDiscord(v ...interface{})
func InfoWithAttachment ¶
func InfoWithAttachment(attachment []byte, v ...interface{})
func PanicToDiscord ¶
func PanicToDiscord(v ...interface{})
func PanicWithAttachment ¶
func PanicWithAttachment(attachment []byte, v ...interface{})
func Setup ¶
func Setup(hookURL, pingID string)
Setup initialize the variables for calling webhooks TODO: Make this so it can be reloadable with sighup
func SuccessToDiscord ¶
func SuccessToDiscord(v ...interface{})
func SuccessWithAttachment ¶
func SuccessWithAttachment(attachment []byte, v ...interface{})
func WarnToDiscord ¶
func WarnToDiscord(v ...interface{})
func WarnWithAttachment ¶
func WarnWithAttachment(attachment []byte, v ...interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.