Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "GitHTTP" DefaultURLPrefix = "/" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHTTP ¶
type GitHTTP struct {
// contains filtered or unexported fields
}
func (*GitHTTP) GetRepoPrefix ¶ added in v0.0.2
type Params ¶
type Params struct {
fx.In
Lifecycle fx.Lifecycle
Logger *zap.Logger
RepositoryManager *repository_manager.RepositoryManager
HTTPServer *http_server.HTTPServer
}
Click to show internal directories.
Click to hide internal directories.