Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + type Local struct + Dir string + func (c Local) CheckWriteAccess(ctx context.Context) error + func (c Local) Get(_ context.Context, owner, repoName, commit, configHash string) ([]content.File, error) + func (c Local) Put(_ context.Context, owner, repoName, commit, configHash string, ...) error + type Noop struct + func (c Noop) CheckWriteAccess(_ context.Context) error + func (c Noop) Get(_ context.Context, _, _, _, _ string) ([]content.File, error) + func (c Noop) Put(_ context.Context, _, _, _, _ string, _ []content.File) error