unexport impl structs

This commit is contained in:
Pascal Fischer
2024-11-22 20:08:52 +01:00
parent f2280edecd
commit 426b38a2e0

View File

@ -70,7 +70,7 @@ func initPostureChecksTestData(postureChecks ...*posture.Checks) *PostureChecksH
return claims.AccountId, claims.UserId, nil
},
},
geolocationManager: &geolocation.GeolocationImpl{},
geolocationManager: &geolocation.geolocationImpl{},
claimsExtractor: jwtclaims.NewClaimsExtractor(
jwtclaims.WithFromRequestContext(func(r *http.Request) jwtclaims.AuthorizationClaims {
return jwtclaims.AuthorizationClaims{