Documentation ¶
Overview ¶
Package client provides a simple http client for advent of code
Index ¶
- type AocClient
- func (aoc *AocClient) SaveInput(filePath *string) error
- func (aoc *AocClient) SavePuzzle(filePath *string) error
- func (aoc *AocClient) ShowCalendar() error
- func (aoc *AocClient) ShowInput() error
- func (aoc *AocClient) ShowPuzzle() error
- func (aoc *AocClient) SubmitAnswer(part *string, answer *string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AocClient ¶
type AocClient struct {
// contains filtered or unexported fields
}
func NewAocClient ¶
func (*AocClient) SavePuzzle ¶
func (*AocClient) ShowCalendar ¶
func (*AocClient) ShowPuzzle ¶
Click to show internal directories.
Click to hide internal directories.