Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuizRecord ¶
type QuizRecord struct { Name string Description string CodeExample string RandomFact string GithubStars int GithubLink string WeeklyDownloads int }
func (*QuizRecord) Render ¶
func (c *QuizRecord) Render(w http.ResponseWriter, r *http.Request) error
func (*QuizRecord) String ¶
func (c *QuizRecord) String() string
type QuizSequence ¶
type QuizSequence []*QuizRecord
func MaskAndFilter ¶
func MaskAndFilter(list QuizSequence, startCountFilter int) QuizSequence
func ReadJSONData ¶
func ReadJSONData() QuizSequence
Click to show internal directories.
Click to hide internal directories.