Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootUser = &model.User{ Username: "root", DisplayName: "root", Email: "tech@october.news", Admin: true, } )
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is the persistence access layer to the graph and the domain model. Store acts as a wrapper in order to make access to both parts more convenient.
func (*Store) EnsureRootUser ¶
EnsureRootUser makes sure there is always one user available to interact with Engine. This is used in particular to make the administration panel accessible.
Click to show internal directories.
Click to hide internal directories.