Versions in this module Expand all Collapse all v0 v0.1.3 Feb 17, 2021 Changes in this version + type Root struct + Path string + Title string + type Roots map[string]Root + func (r Roots) Add(key string, value Root) + func (r Roots) GetFromPrefix(ctx *context.Context) Root + func (r Roots) GetPathFromPrefix(ctx *context.Context) string + func (r Roots) GetTitleFromPrefix(ctx *context.Context) string