Documentation ¶
Index ¶
Constants ¶
View Source
const (
//nolint:revive // This is unintentionally missing documentation.
MidxRelPath = "objects/pack/multi-pack-index"
)
Variables ¶
View Source
var ErrInvalidSourceRepository = status.Error(codes.NotFound, "invalid source repository")
ErrInvalidSourceRepository is returned when attempting to replicate from an invalid source repository.
Functions ¶
func NewServer ¶
func NewServer( cfg config.Cfg, rs *rubyserver.Server, locator storage.Locator, txManager transaction.Manager, gitCmdFactory git.CommandFactory, catfileCache catfile.Cache, connsPool *client.Pool, git2goExecutor *git2go.Executor, housekeepingManager housekeeping.Manager, ) gitalypb.RepositoryServiceServer
NewServer creates a new instance of a gRPC repo server
Types ¶
This section is empty.
Source Files ¶
- apply_gitattributes.go
- archive.go
- calculate_checksum.go
- cleanup.go
- commit_graph.go
- config.go
- create_bundle.go
- create_bundle_from_ref_list.go
- create_fork.go
- create_repository.go
- create_repository_from_bundle.go
- create_repository_from_snapshot.go
- create_repository_from_url.go
- fetch.go
- fetch_bundle.go
- fetch_remote.go
- fsck.go
- fullpath.go
- gc.go
- get_custom_hooks.go
- has_local_branches.go
- info_attributes.go
- license.go
- merge_base.go
- midx.go
- object_format.go
- optimize.go
- prune_unreachable_objects.go
- raw_changes.go
- remove.go
- remove_all.go
- rename.go
- repack.go
- replicate.go
- repository_exists.go
- search_files.go
- server.go
- set_custom_hooks.go
- size.go
- snapshot.go
- util.go
- write_ref.go
Click to show internal directories.
Click to hide internal directories.