Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Info embed.FS
View Source
var ThemeList = []string{
"1c-light",
"a11y-all",
"agate-dark",
"an-dark",
"androidstudio-dark",
"arduino-light",
"arta-dark",
"ascetic-light",
"atom-all",
"brown-light",
"codepen-dark",
"color-light",
"dark-dark",
"default-light",
"devibeans-dark",
"docco-light",
"far-dark",
"felipec-dark",
"foundation-light",
"github-all",
"gml-dark",
"googlecode-light",
"gradient-all",
"grayscale-light",
"hybrid-dark",
"idea-light",
"intellij-light",
"ir-dark",
"isbl-all",
"kimbie-all",
"lightfair-light",
"lioshi-dark",
"magula-light",
"mono-light",
"monokai-dark",
"night-dark",
"nnfx-all",
"nord-dark",
"obsidian-dark",
"panda-all",
"paraiso-all",
"pojoaque-light",
"purebasic-light",
"qtcreator-all",
"rainbow-dark",
"routeros-light",
"school-light",
"shades-dark",
"srcery-dark",
"stackoverflow-all",
"sunburst-dark",
"tokyo-all",
"tomorrow-dark",
"vs-light",
"vs2015-dark",
"xcode-light",
"xt256-dark",
}
Functions ¶
This section is empty.
Types ¶
type Render ¶
type Render struct {
Config *RenderConfig
}
func (*Render) ConfigFields ¶
func (r *Render) ConfigFields() []plugin.ConfigField
func (*Render) ConfigReceiver ¶
func (*Render) GetRenderConfig ¶
func (r *Render) GetRenderConfig(ctx *gin.Context) (renderConfig *plugin.RenderConfig)
type RenderConfig ¶
type RenderConfig struct {
SelectTheme string `json:"select_theme"`
}
Click to show internal directories.
Click to hide internal directories.