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

Method DeleteRepo

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

Source from the content-addressed store, hash-verified

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)
29 GetRepoCommits(ctx context.Context, req GetRepoCommitsReq) ([]types.Commit, *types.RepoPageOpts, error)
30 GetRepoLastCommit(ctx context.Context, req GetRepoLastCommitReq) (*types.Commit, error)

Callers 6

DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteRepoMethod · 0.65
DeleteMethod · 0.65
DeleteRepoMethod · 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