MCPcopy Create free account
hub / github.com/OpenCSGs/csghub-server / CreateRepo

Method CreateRepo

builder/git/gitserver/interface.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, req CreateRepoReq)

Source from the content-addressed store, hash-verified

23
24 GetRepo(ctx context.Context, req GetRepoReq) (*CreateRepoResp, error)
25 CreateRepo(ctx context.Context, req CreateRepoReq) (*CreateRepoResp, error)
26 UpdateRepo(ctx context.Context, req UpdateRepoReq) (*CreateRepoResp, error)
27 DeleteRepo(ctx context.Context, req DeleteRepoReq) error
28 GetRepoBranches(ctx context.Context, req GetBranchesReq) ([]types.Branch, error)

Callers 6

CreateMethod · 0.65
CreateMethod · 0.65
CreateMirrorRepoMethod · 0.65
CreateMethod · 0.65
CreateRepoMethod · 0.65
CreateMethod · 0.65

Implementers 2

Clientbuilder/git/gitserver/gitaly/client.go
Clientbuilder/git/gitserver/gitea/client.go

Calls

no outgoing calls

Tested by

no test coverage detected