package
0.4.0
Repository: https://github.com/joelfischerr/scion.git
Documentation: pkg.go.dev

# Functions

New allocates a new Deduper.

# Constants

No description provided by the author
No description provided by the author

# Structs

Response represents the outcome of a request.

# Interfaces

A Deduper issues a single request instead of multiple identical requests.
No description provided by the author

# Type aliases

CancelFunc can be called to cancel a request ahead of time, freeing up internal resources (notification lists, goroutines, etc.).
RequestFunc performs a request/response exchange, with the response written on the channel.