Documentation
¶
Index ¶
- func DeleteFileFromStorage(filePath string) bool
- func Finalword(s string) []string
- func InitDictionary()
- func Keyword(word []string) []string
- func SendEmail(title string, content string, sender string, receivers ...string) error
- func SendRemindMail(fromName string, title string, content string, topicId string, sender string, ...) error
- func Tokenizer(s string) []string
- func UploadFileToStorage(user string, tag string, parent string, fullFilePath string, fileBytes []byte) (string, error)
- func UploadFileToStorageSafe(user string, tag string, parent string, fullFilePath string, fileBytes []byte, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteFileFromStorage ¶
DeleteFileFromStorage deletes file according to the file path.
func InitDictionary ¶
func InitDictionary()
func SendRemindMail ¶
func SendRemindMail(fromName string, title string, content string, topicId string, sender string, receiver string, domain string) error
SendRemindMail sends mail with remind information.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.