mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
keycloak integration code moved to new API
This commit is contained in:
parent
d5bc9bb7cb
commit
23e111f60d
6 changed files with 524 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
|||
package account
|
||||
|
||||
import (
|
||||
"github.com/documize/community/core/env"
|
||||
"github.com/documize/community/domain"
|
||||
)
|
||||
|
||||
// Handler contains the runtime information such as logging and database.
|
||||
type Handler struct {
|
||||
Runtime *env.Runtime
|
||||
Store domain.Store
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue