Movatterモバイル変換


[0]ホーム

URL:


storage

package
v5.16.4Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2025 License:Apache-2.0Imports:3Imported by:174

Details

Repository

github.com/go-git/go-git

Links

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrReferenceHasChanged =errors.New("reference has changed concurrently")

Functions

This section is empty.

Types

typeModuleStorer

type ModuleStorer interface {// Module returns a Storer representing a submodule, if not exists returns a// new empty Storer is returnedModule(namestring) (Storer,error)}

ModuleStorer allows interact with the modules' Storers

typeStorer

Storer is a generic storage of objects, references and any informationrelated to a particular repository. The package github.com/go-git/go-git/v5/storagecontains two implementation a filesystem base implementation (such as `.git`)and a memory implementations being ephemeral

Source Files

View all Source files

Directories

PathSynopsis
Package filesystem is a storage backend base on filesystems
Package filesystem is a storage backend base on filesystems
dotgit
https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt
https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt
Package memory is a storage backend base on memory
Package memory is a storage backend base on memory
Package transactional is a transactional implementation of git.Storer, it demux the write and read operation of two separate storers, allowing to merge content calling Storage.Commit.
Package transactional is a transactional implementation of git.Storer, it demux the write and read operation of two separate storers, allowing to merge content calling Storage.Commit.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp