multisource

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("not found")

Functions

This section is empty.

Types

type Cache

type Cache interface {
	Get(ctx context.Context, owner, repoName, commit, configHash string) ([]content.File, error)
	Put(ctx context.Context, owner, repoName, commit, configHash string, in []content.File) error
	CheckWriteAccess(ctx context.Context) error
}

type Provider

type Provider interface {
	Find(owner, repoName string) source.Source
	Repositories() []source.Source
}

type Repo

type Repo struct {
	// contains filtered or unexported fields
}

func New

func New(log *slog.Logger, cache Cache, providers ...Provider) Repo

func (Repo) GetFiles

func (r Repo) GetFiles(ctx context.Context, owner, repoName, commit string) ([]content.File, error)

func (Repo) GetMeta

func (r Repo) GetMeta(ctx context.Context, owner, repoName, commit string) (content.Meta, error)

func (Repo) Repositories

func (r Repo) Repositories() []source.Source

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL