Documentation ¶
Overview ¶
Package renderer renders the given AST to certain formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct { Env map[string]string Output io.Writer RundownFile string DepsCompleted map[string]bool }
func NewContext ¶
func (*Context) CreateTempFile ¶
Opens a temporary file, and adds it's filename to the context environment.
func (*Context) ImportRawEnv ¶
type RundownHtmlRenderer ¶
type RundownHtmlRenderer struct {
Context *Context
}
func NewRundownHtmlRenderer ¶
func NewRundownHtmlRenderer(context *Context) *RundownHtmlRenderer
func (*RundownHtmlRenderer) RegisterFuncs ¶
func (r *RundownHtmlRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer)
Directories ¶
Path | Synopsis |
---|---|
Package renderer renders the given AST to certain formats.
|
Package renderer renders the given AST to certain formats. |
The styles here are copied from the awesome Glamour library
|
The styles here are copied from the awesome Glamour library |
spinner
Package spinner is a simple package to add a spinner / progress indicator to any terminal application.
|
Package spinner is a simple package to add a spinner / progress indicator to any terminal application. |
Click to show internal directories.
Click to hide internal directories.