model

package
v2.0.0-...-0eae77d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DailyChallengesQuery

type DailyChallengesQuery struct {
	DailyCodingChallengeV2 struct {
		Challenges []struct {
			Question entity.Question `json:"question"`
		} `json:"challenges"`
	} `json:"dailyCodingChallengeV2"`
}

type QuestionListQuery

type QuestionListQuery struct {
	QuestionList struct {
		TotalNum int               `json:"totalNum"`
		Data     []entity.Question `json:"data"`
	} `json:"questionList"`
}

type QuestionQuery

type QuestionQuery struct {
	entity.Question `json:"question"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL