Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLineNotify ¶
func NewLineNotify() lineNotifyController
Types ¶
type LineNotify ¶
type LineNotify struct { Project string `json:"project" xml:"project" form:"project"` Level string `json:"level" xml:"level" form:"level"` Url string `json:"url" xml:"url" form:"url"` Message string `json:"message" xml:"message" form:"message"` }
func (*LineNotify) SendNotify ¶
func (l *LineNotify) SendNotify(c *fiber.Ctx) error
type NotifyPayload ¶
Click to show internal directories.
Click to hide internal directories.