Documentation ¶
Index ¶
- func BlocksWordCount(ids []string) (ret *util.BlockStatResult)
- func BuiltInTemplateFuncs() (ret template.FuncMap)
- func ContentStat(content string) (ret *util.BlockStatResult)
- func DocIAL(absPath string) (ret map[string]string)
- func FormatFloat(format string, n float64) string
- func LoadTree(boxID, p string, luteEngine *lute.Lute) (ret *parse.Tree, err error)
- func LoadTreeByData(data []byte, boxID, p string, luteEngine *lute.Lute) (ret *parse.Tree, err error)
- func LoadTrees(ids []string) (ret map[string]*parse.Tree)
- func ParseJSON(jsonData []byte, options *parse.Options) (ret *parse.Tree, needFix bool, err error)
- func ParseJSONWithoutFix(jsonData []byte, options *parse.Options) (ret *parse.Tree, err error)
- func StatBlock(id string) (ret *util.BlockStatResult)
- func StatTree(id string) (ret *util.BlockStatResult)
- func WriteTree(tree *parse.Tree) (size uint64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlocksWordCount ¶
func BlocksWordCount(ids []string) (ret *util.BlockStatResult)
func BuiltInTemplateFuncs ¶
func ContentStat ¶
func ContentStat(content string) (ret *util.BlockStatResult)
func FormatFloat ¶
func LoadTreeByData ¶
func ParseJSONWithoutFix ¶
func StatBlock ¶
func StatBlock(id string) (ret *util.BlockStatResult)
func StatTree ¶
func StatTree(id string) (ret *util.BlockStatResult)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.