Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppLigilo = "com.ligilo" AppJurnalo = "com.jurnalo" )
View Source
const ( QueueLigilo = "ligilo" QueueNotification = "notification" )
View Source
const (
RegexHttpUrl = "https?://(www\\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_+.~#?&/=]*)"
)
View Source
const (
RegexShortLinkToken = "[\\w\\-]{4,64}"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateShortLink ¶ added in v0.4.0
type DeleteShortLink ¶ added in v0.4.0
type DeleteShortLink struct {
Token string `json:"token"`
}
type QueueConfig ¶ added in v0.7.0
type QueueConfig struct {
Producers QueueProducers
}
func GetQueueConfig ¶ added in v0.7.0
func GetQueueConfig() QueueConfig
type QueueProducers ¶ added in v0.7.0
type QueueProducers map[interface{}][]string
type SendNotification ¶
type SendNotification struct {
Message string `json:"message"`
}
type UpdateShortLink ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.