Documentation
¶
Index ¶
Constants ¶
View Source
const (
ProviderLeetcode = "leetcode"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
HideUnsolvedProblems bool `json:"hide_unsolved"`
OutputDirectory string `json:"output,omitempty"`
Structure StructProviderConfig `json:"structure"`
ProblemSources []string `json:"sources"`
ProvidersCacheDir string `json:"problems_cache_dir,omitempty"`
OverloadTemplatesDir *string `json:"templates_dir,omitempty"`
// contains filtered or unexported fields
}
func (*Config) SetTemplates ¶
type FileReadmeConfig ¶
type FileReadmeConfig struct {
OutputFileBasename string `json:"output_file_basename"`
}
type StructProviderConfig ¶
type StructProviderConfig struct {
Catalog *CatalogStructProviderConfig `json:"catalog"`
}
Click to show internal directories.
Click to hide internal directories.