Skip to content

Commit

Permalink
unexport impl structs
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Nov 22, 2024
1 parent f2280ed commit 426b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/http/posture_checks_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func initPostureChecksTestData(postureChecks ...*posture.Checks) *PostureChecksH
return claims.AccountId, claims.UserId, nil
},
},
geolocationManager: &geolocation.GeolocationImpl{},
geolocationManager: &geolocation.geolocationImpl{},

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / test (sqlite)

undefined: geolocation.geolocationImpl

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / lint (macos-latest)

undefined: geolocation.geolocationImpl (typecheck)

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

undefined: geolocation.geolocationImpl (typecheck)

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / test

undefined: geolocation.geolocationImpl

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / test (386, sqlite)

undefined: geolocation.geolocationImpl

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / test (386, postgres)

undefined: geolocation.geolocationImpl

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / test (amd64, sqlite)

undefined: geolocation.geolocationImpl

Check failure on line 73 in management/server/http/posture_checks_handler_test.go

View workflow job for this annotation

GitHub Actions / test (amd64, postgres)

undefined: geolocation.geolocationImpl
claimsExtractor: jwtclaims.NewClaimsExtractor(
jwtclaims.WithFromRequestContext(func(r *http.Request) jwtclaims.AuthorizationClaims {
return jwtclaims.AuthorizationClaims{
Expand Down

0 comments on commit 426b38a

Please sign in to comment.