directory
Version:
v1.0.17
Opens a new window with list of versions in this module.
Published: Sep 8, 2024
License: MIT
Opens a new window with license information.
README
¶
PTGU Notification Line
Import
import (
PTGUnotification "github.com/parinyapt/golang_utils/notification/line/v1"
)
Example
Line Notify v1
func main() {
err := PTGUnotification.LineNotify("LINE_NOTIFY_TOKEN", PTGUnotification.LineNotifyInputOption{
Message: "Hello World",
NotificationDisabled: false,
})
if err != nil {
panic(err)
}
}
Directories
¶
Click to show internal directories.
Click to hide internal directories.