Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertInterface ¶
type AlertInterface interface { Warn(msg string) (bool, error) Error(msg string) (bool, error) Info(msg string) (bool, error) Debug(msg string) (bool, error) K8sSend(msg string) (bool, error) // contains filtered or unexported methods }
AlertInterface -
func NewAlertClient ¶
func NewAlertClient(conf dto.AppConf, alertConf dto.AlertConf) AlertInterface
type Client ¶
Click to show internal directories.
Click to hide internal directories.