Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebProvider ¶
type WebProvider interface {
Run(ctx context.Context)
SetupRouter(ctx context.Context) *http.ServeMux
}
func NewWeb ¶
func NewWeb(cfg config.Config, ctx context.Context, scmService scm.ScmAdapter, cacheService cache.CacheAdapter) WebProvider
Click to show internal directories.
Click to hide internal directories.