Versions in this module Expand all Collapse all v1 v1.6.6 Nov 27, 2021 Changes in this version + func IsSolved(id int) bool + type ProblemsType struct + AcEasy int + AcHard int + AcMedium int + CategorySlug string + FrequencyHigh int + FrequencyMid int + NumSolved int + NumTotal int + StatStatusPairs []StatStatusPairsType + UserName string + type QuestionDataType struct + Data dataType + Errors []errorType + type QuestionTranslationType struct + Data qtDataType + Errors []errorType + type StatStatusPairsType struct + Difficulty difficultyType + Frequency int + IsFavor bool + PaidOnly paidType + Progress int + Stat statType + Status string + func (problem *StatStatusPairsType) WriteRow(buf *bytes.Buffer, path string) + type TagType struct + Name string + Slug string + TranslatedName string + func (tag *TagType) SaveContents() + type TopicTagType struct + Data ttDataType + Errors []errorType v1.0.0 Feb 26, 2019 Changes in this version + var LockStr = " 🔒" + func AccountsLogin(username, password string) (*http.Response, error) + func AutoLogin() (*http.Response, error) + func Clean() + func GetDescription(articleSlug string) string + func GetQuestionTranslation() (qt questionTranslationType) + func GetTags() (tags []tagType) + func GetTopicTag(slug string) (tt topicTagType) + func ProblemsAlgorithms() (ps problemsType) + func ProblemsAll() (ps problemsType) + func ProblemsDatabase() (ps problemsType) + func ProblemsShell() (ps problemsType) + func QuestionData(titleSlug string) (qd questionDataType)