Versions in this module Expand all Collapse all v0 v0.24.0 Jun 1, 2026 Changes in this version + type Provider struct + func NewProvider() (*Provider, error) + func (p *Provider) Commit(ctx context.Context, repoID string, options provider.CommitOptions) (string, error) + func (p *Provider) CreateRepository(ctx context.Context, repoID string) (*provider.Repository, error) + func (p *Provider) DeleteRepository(ctx context.Context, repoID string) error + func (p *Provider) GetFile(ctx context.Context, repoID string, path string) (io.ReadCloser, error) + func (p *Provider) GetRepositoryID(options provider.RepositoryOptions) string + func (p *Provider) Head(ctx context.Context, repoID string) (string, error) + func (p *Provider) ListFiles(ctx context.Context, repoID string) ([]string, error) + func (p *Provider) Name() string