queue

package
v0.0.0-...-4c323b9 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

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