-
- Downloads
chore: Set GRDF token refresh as an option
parent
1eea0e88
Branches
No related tags found
Showing
- .env.template 1 addition, 0 deletions.env.template
- .gitlab-ci.yml 5 additions, 3 deletions.gitlab-ci.yml
- Dockerfile 1 addition, 1 deletionDockerfile
- go.mod 3 additions, 3 deletionsgo.mod
- go.sum 6 additions, 0 deletionsgo.sum
- internal/models/consent_cleanup.go 35 additions, 0 deletionsinternal/models/consent_cleanup.go
- k8s/README.md 2 additions, 2 deletionsk8s/README.md
- k8s/deployments/ecolyo-agent-database-deployment.yml 2 additions, 2 deletionsk8s/deployments/ecolyo-agent-database-deployment.yml
- k8s/deployments/ecolyo-agent-server-deployment.yml 1 addition, 1 deletionk8s/deployments/ecolyo-agent-server-deployment.yml
- k8s/secrets/ecolyo-agent-server-config.yml 1 addition, 0 deletionsk8s/secrets/ecolyo-agent-server-config.yml
- main.go 32 additions, 12 deletionsmain.go
... | @@ -3,12 +3,12 @@ module forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-serv | ... | @@ -3,12 +3,12 @@ module forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-serv |
go 1.18 | go 1.18 | ||
require ( | require ( | ||
github.com/go-chi/chi/v5 v5.0.11 | github.com/go-chi/chi/v5 v5.1.0 | ||
github.com/google/uuid v1.5.0 | github.com/google/uuid v1.5.0 | ||
golang.org/x/oauth2 v0.16.0 | golang.org/x/oauth2 v0.16.0 | ||
gorm.io/driver/mysql v1.5.2 | gorm.io/driver/mysql v1.5.7 | ||
gorm.io/driver/sqlite v1.5.4 | gorm.io/driver/sqlite v1.5.4 | ||
gorm.io/gorm v1.25.5 | gorm.io/gorm v1.25.7 | ||
) | ) | ||
require ( | require ( | ||
... | ... |
internal/models/consent_cleanup.go
0 → 100644
Please register or sign in to comment