cache

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(name string)

Delete removes the cache entry for the given pixel name.

func Put

func Put(name string, e *Entry)

Put writes a cache entry for the given pixel name.

Types

type Entry

type Entry struct {
	IP     string `json:"ip"`
	Status string `json:"status"`
}

Entry holds cached state for a pixel.

func Get

func Get(name string) *Entry

Get reads a cached entry for the given pixel name. Returns nil if not cached.

Jump to

Keyboard shortcuts

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