Documentation
¶
Overview ¶
Package input provides access to embedded puzzles input files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound returns when puzzle input is not yet unlocked or invalid date passed. ErrNotFound = errors.New("puzzle inout not found") ErrUnauthorized = errors.New("unauthorized") )
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶ added in v1.10.4
Fetcher is an input get client.
func NewFetcher ¶ added in v1.10.4
func NewFetcher(c IHTTPClient, timeout time.Duration) Fetcher
NewFetcher constructor for Fetcher.
Click to show internal directories.
Click to hide internal directories.