mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-11-02 20:34:01 +08:00
feat: now client part supports multiple channels for the same type (#50)
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
"runtime"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
func OpenBrowser(url string) {
|
||||
@@ -151,3 +152,7 @@ func Markdown2HTML(markdown string) (HTML string, err error) {
|
||||
HTML = buf.String()
|
||||
return
|
||||
}
|
||||
|
||||
func GetTimestamp() int64 {
|
||||
return time.Now().Unix()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user