Skip to content

Commit

Permalink
solve method IsDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent d5138cf commit ea98af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/keycloak.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type gkeycloak struct {
}

type IKeycloak interface {
IsDebug()
IsDebug() bool
}

func NewKeycloak(realm, server, clientId, realm, clientSecret string, isDebug bool) (IKeycloak, error) {

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

realm redeclared in this block

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

other declaration of realm

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

realm redeclared in this block

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

other declaration of realm

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

realm redeclared in this block

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

other declaration of realm

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

realm redeclared in this block

Check failure on line 22 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

other declaration of realm
Expand Down

0 comments on commit ea98af2

Please sign in to comment.