Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2022 Changes in this version + type Config struct + Description string + DisplayName string + Home bool + Name string + Provider providers.Config + type Instance struct + Name string + func New(config Config) (*Instance, error) + func (i *Instance) GetFile(ctx context.Context, service, path string) ([]byte, error) + func (i *Instance) GetIndex(ctx context.Context, service string) (*shared.Index, error) + func (i *Instance) GetIndexes(ctx context.Context) ([]shared.Index, error) + func (i *Instance) GetMarkdown(ctx context.Context, service, path string) (*shared.Markdown, error)