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