package
Version:
v2.0.0
Opens a new window with list of versions in this module.
Published: Mar 3, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CodeSnippet struct {
Lang string `json:"lang"`
LangSlug string `json:"langSlug"`
Code string `json:"code"`
}
type Question struct {
Id string `json:"questionFrontendId"`
TitleSlug string `json:"titleSlug"`
Content string `json:"content"`
CodeSnippets []CodeSnippet `json:"codeSnippets"`
}
type Solution struct {
CodeSnippet string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.