Documentation ¶
Index ¶
Constants ¶
View Source
const ( DateFormat = "2006-01-02" TimeFormat = "2006-01-02 15:04:05" )
View Source
const ( SlackCode = "slack" SlackUrlKey = "url" SlackTemplateKey = "template" SlackChannelKey = "channel" )
View Source
const ( MailCode = "mail" MailTemplateKey = "template" MailServerKey = "server" MailUserKey = "user" )
View Source
const ( WebhookCode = "webhook" WebhookTemplateKey = "template" WebhookUrlKey = "url" )
Variables ¶
View Source
var Default = struct {
}{}
View Source
var Env = struct { Dev string Stag string Prod string }{ Dev: "dev", Stag: "stag", Prod: "prod", }
Functions ¶
func MatchLogLevel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.