Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLeetcodeProvider ¶
func NewLeetcodeProvider() (*leetcodeProvider, error)
NewLeetcodeProvider returns new instance of leetcode problems provider.
Types ¶
type LeetcodeProblemsResponse ¶
type LeetcodeProblemsResponse struct {
Pairs []LeetcodeStatPair `json:"stat_status_pairs"`
}
type LeetcodeStat ¶
type LeetcodeStatPair ¶
type LeetcodeStatPair struct {
Stat LeetcodeStat `json:"stat"`
Difficulty struct {
Level int64 `json:"level"`
} `json:"difficulty"`
}
Click to show internal directories.
Click to hide internal directories.