helpers

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	URL = "https://heb-ecom-covid-vaccine.hebdigital-prd.com/vaccine_locations.json"
)

Functions

func GetHEBData

func GetHEBData() (locations []*types.Location, err error)

func Heartbeat

func Heartbeat()

func NewRedisPool

func NewRedisPool(addr string, username string, password string) *redis.Pool

func OpenBrowser

func OpenBrowser(url string)

func ParseRedisURL

func ParseRedisURL(url string) *types.RedisCredentials

func ServeWs

func ServeWs(hub *Hub, w http.ResponseWriter, r *http.Request)

ServeWs handles websocket requests from the peer.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a middleman between the websocket connection and the hub.

type Hub

type Hub struct {
	// contains filtered or unexported fields
}

Hub maintains the set of active clients and broadcasts messages to the clients.

func NewHub

func NewHub() *Hub

func (*Hub) Broadcast

func (h *Hub) Broadcast(msg []byte)

func (*Hub) Run

func (h *Hub) Run()

Jump to

Keyboard shortcuts

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