Documentation ¶
Overview ¶
Package user contains the list of administrative user for the system. All users have accesses, into a profile and even extended access based upon table records. It needs base xmodule.
Index ¶
- Constants
- func RegisterStat(sitecontext *base.Datasource, prefix string, data xdominion.XRecord)
- func Setup(ds applications.Datasource, prefix string) ([]string, error)
- func StartContext(ds applications.Datasource, ctx *context.Context) error
- func Synchronize(ds applications.Datasource, prefix string) ([]string, error)
Constants ¶
View Source
const ( MODULEID = "stat" VERSION = "0.0.1" )
Variables ¶
This section is empty.
Functions ¶
func RegisterStat ¶
func RegisterStat(sitecontext *base.Datasource, prefix string, data xdominion.XRecord)
func Setup ¶
func Setup(ds applications.Datasource, prefix string) ([]string, error)
InitModule is called during the init phase to link the module with the system adds tables and caches to ctx::database
func StartContext ¶
func StartContext(ds applications.Datasource, ctx *context.Context) error
func Synchronize ¶
func Synchronize(ds applications.Datasource, prefix string) ([]string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.