line/

directory
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 License: MIT

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

Path Synopsis

Jump to

Keyboard shortcuts

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