local

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalConfig

type LocalConfig struct {
	Logger zerolog.Logger
}

func (*LocalConfig) Configure

func (c *LocalConfig) Configure() error

type LocalStorage

type LocalStorage struct {
	Logger zerolog.Logger
	// contains filtered or unexported fields
}

func NewLocalStorage

func NewLocalStorage(logger zerolog.Logger) *LocalStorage

func (*LocalStorage) Configure

func (ls *LocalStorage) Configure() error

func (*LocalStorage) CreateRepository

func (ls *LocalStorage) CreateRepository(repoPath string) error

func (*LocalStorage) DeleteRepository

func (ls *LocalStorage) DeleteRepository(repoPath string) error

func (*LocalStorage) GetStorer

func (ls *LocalStorage) GetStorer(repoPath string) (storer.Storer, error)

func (*LocalStorage) ListRepositories

func (ls *LocalStorage) ListRepositories() ([]string, error)

func (*LocalStorage) RepositoryExists

func (ls *LocalStorage) RepositoryExists(repoPath string) bool

Jump to

Keyboard shortcuts

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