Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jsonnet ¶
type Jsonnet struct { Importer Importer Data json.RawMessage }
type Renderer ¶
type Renderer interface { // Render returns the rendered document, // entry is the entry filename, any file imported by entry file will find from mounted storage.ReadonlyFs, // use JSON as the default outputType if outputType is Unknown Render(entry string, outputType ContentType) (doc string, err error) }
type RoFsImporter ¶
type RoFsImporter struct {
Fs storage.ReadonlyFs
}
Click to show internal directories.
Click to hide internal directories.