Documentation ¶
Index ¶
- func AddSnippetNode(ctx *Context, title, content string, contentType string) (*graph.Node, error)
- func EditNodeBlock(ctx *Context, n *graph.Node, b *graph.Block, save bool) (*graph.Block, error)
- func EditSnippetNode(ctx *Context, id string, save bool) (*graph.Node, error)
- func GetSnippetNode(ctx *Context, id string) (*graph.Node, error)
- func GetSnippetNodeWithChildren(ctx *Context, id string) (*graph.Node, error)
- func GetSnippetNodes(ctx *Context, limit int, kind graph.Kind) ([]graph.Node, error)
- func NewStoreFromContext(ctx *Context) (graph.Store, error)
- func RenderSnippetNodeView(entry *config.Entry, n *graph.Node) error
- func RenderSnippetNodes(entry *config.Entry, nodes []graph.Node, kind graph.Kind) error
- func SearchSnippetNodes(ctx *Context, query string, limit int, kind graph.Kind) ([]graph.Node, error)
- func UpdateNodeBlock(ctx *Context, n *graph.Node, b *graph.Block) error
- func UpdateNodeBlockExecution(ctx *Context, n *graph.Node, b *graph.Block, e *ExecutionInfo) error
- func UpdateSnippetNode(ctx *Context, n *graph.Node) error
- type Context
- type ExecutionInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSnippetNode ¶
func EditNodeBlock ¶
func EditSnippetNode ¶
func GetSnippetNodes ¶
func RenderSnippetNodes ¶
func SearchSnippetNodes ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.