Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType string
const ( ContentTypeHTML ContentType = "html" ContentTypeJupyterNotebook ContentType = "jupyter-notebook" ContentTypeJupyterVoila ContentType = "jupyter-voila" ContentTypePythonBokeh ContentType = "python-bokeh" ContentTypePythonDash ContentType = "python-dash" ContentTypePythonFastAPI ContentType = "python-fastapi" ContentTypePythonFlask ContentType = "python-flask" ContentTypePythonShiny ContentType = "python-shiny" ContentTypePythonStreamlit ContentType = "python-streamlit" ContentTypePythonGradio ContentType = "python-gradio" ContentTypePythonPanel ContentType = "python-panel" ContentTypeQuartoShiny ContentType = "quarto-shiny" ContentTypeQuartoDeprecated ContentType = "quarto" ContentTypeQuarto ContentType = "quarto-static" ContentTypeRPlumber ContentType = "r-plumber" ContentTypeRShiny ContentType = "r-shiny" ContentTypeRMarkdownShiny ContentType = "rmd-shiny" ContentTypeRMarkdown ContentType = "rmd" ContentTypeUnknown ContentType = "unknown" )
func (ContentType) IsAPIContent ¶
func (t ContentType) IsAPIContent() bool
func (ContentType) IsAppContent ¶
func (t ContentType) IsAppContent() bool
func (ContentType) IsPythonContent ¶
func (t ContentType) IsPythonContent() bool
Click to show internal directories.
Click to hide internal directories.