mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
pointers to Runtime!
This commit is contained in:
parent
792c3e2ce8
commit
27640dffc4
15 changed files with 315 additions and 82 deletions
|
@ -18,7 +18,7 @@ import (
|
|||
|
||||
// Handler contains the runtime information such as logging and database.
|
||||
type Handler struct {
|
||||
Runtime env.Runtime
|
||||
Runtime *env.Runtime
|
||||
}
|
||||
|
||||
// Account links a User to an Organization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue