MCPcopy
hub / github.com/gogs/gogs / module

Struct module

internal/gitutil/module.go:34–34  ·  view source on GitHub ↗

module holds the real implementation.

Source from the content-addressed store, hash-verified

32
33// module holds the real implementation.
34type module struct{}
35
36func (module) RemoteAdd(repoPath, name, url string, opts ...git.RemoteAddOptions) error {
37 return git.RemoteAdd(repoPath, name, url, opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected