• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

matzefriedrich / containerssh-authserver / 23025406823

12 Mar 2026 09:44PM UTC coverage: 24.486% (-0.09%) from 24.578%
23025406823

Pull #42

github

matzefriedrich
Fix import order in viper configuration and improve variable naming
Pull Request #42: feature/upgrade-go-fiber-v3

2 of 28 new or added lines in 10 files covered. (7.14%)

2 existing lines in 2 files now uncovered.

131 of 535 relevant lines covered (24.49%)

0.32 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/internal/modules/application_services_module.go
1
package modules
2

3
import (
4
        "github.com/matzefriedrich/containerssh-authserver/internal/services"
5

6
        "github.com/matzefriedrich/parsley/pkg/registration"
7
        "github.com/matzefriedrich/parsley/pkg/types"
8
)
9

10
// ApplicationServicesModule registers application services with the provided service registry.
11
func ApplicationServicesModule(registry types.ServiceRegistry) error {
×
12

×
NEW
13
        _ = registration.RegisterTransient(registry, services.NewStaticUserConfigurationProfileService)
×
NEW
14
        _ = registration.RegisterTransient(registry, services.NewDockerAppConfigService)
×
15

×
16
        return nil
×
17
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc