Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2022 Changes in this version + type Config struct + RootDirectory string + type Provider struct + func New(config Config) (*Provider, error) + func (p *Provider) GetFile(ctx context.Context, service, path string) ([]byte, error) + func (p *Provider) GetIndex(ctx context.Context, service string) (*shared.Index, error) + func (p *Provider) GetIndexes(ctx context.Context) ([]shared.Index, error) + func (p *Provider) GetMarkdown(ctx context.Context, service, path string) (string, error)