Versions in this module Expand all Collapse all v0 v0.0.1 Jun 25, 2021 Changes in this version + var Easy Difficulty = "Easy" + var Hard = "Hard" + var Medium = "Medium" + type Client struct + func NewClient() *Client + func (c *Client) QuestionDetail(ctx context.Context, titleSlug string) (*Question, error) + type Difficulty string + type Question struct + Difficulty Difficulty + Title string + TitleSlug string + TopicTags []TopicTag + type TopicTag struct + Name string + Slug string