controller

package
v0.0.0-...-c94c534 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2021 License: MIT Imports: 6 Imported by: 0

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

type NotifyPayload struct {
	Message string `json:"message"`
	Age     uint8
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL