Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectToRedis ¶
func ConnectToRedis() error
func SendToRedis ¶
func SendToRedis(request Queue_Request, key string) error
Types ¶
type Queue_Request ¶
type Queue_Request struct { NAME string `json:"name"` EMAIL string `json:"email"` CURRENT_IP string `json:"current_ip"` LOCATION string `json:"location"` CREATED_AT string `json:"created_at"` LASTSEEN string `json:"last_seen"` }
Temporarily hosting queue request struct here for demo.
Click to show internal directories.
Click to hide internal directories.